Package | Description |
---|---|
com.amazonaws.services.opensearchserverless.model |
Modifier and Type | Method and Description |
---|---|
DeleteVpcEndpointDetail |
DeleteVpcEndpointDetail.clone() |
DeleteVpcEndpointDetail |
DeleteVpcEndpointResult.getDeleteVpcEndpointDetail()
Details about the deleted endpoint.
|
DeleteVpcEndpointDetail |
DeleteVpcEndpointDetail.withId(String id)
The unique identifier of the endpoint.
|
DeleteVpcEndpointDetail |
DeleteVpcEndpointDetail.withName(String name)
The name of the endpoint.
|
DeleteVpcEndpointDetail |
DeleteVpcEndpointDetail.withStatus(String status)
The current status of the endpoint deletion process.
|
DeleteVpcEndpointDetail |
DeleteVpcEndpointDetail.withStatus(VpcEndpointStatus status)
The current status of the endpoint deletion process.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteVpcEndpointResult.setDeleteVpcEndpointDetail(DeleteVpcEndpointDetail deleteVpcEndpointDetail)
Details about the deleted endpoint.
|
DeleteVpcEndpointResult |
DeleteVpcEndpointResult.withDeleteVpcEndpointDetail(DeleteVpcEndpointDetail deleteVpcEndpointDetail)
Details about the deleted endpoint.
|
Copyright © 2023. All rights reserved.