Package | Description |
---|---|
com.amazonaws.services.opensearchserverless.model |
Modifier and Type | Method and Description |
---|---|
UpdateVpcEndpointDetail |
UpdateVpcEndpointDetail.clone() |
UpdateVpcEndpointDetail |
UpdateVpcEndpointResult.getUpdateVpcEndpointDetail()
Details about the updated VPC endpoint.
|
UpdateVpcEndpointDetail |
UpdateVpcEndpointDetail.withId(String id)
The unique identifier of the endpoint.
|
UpdateVpcEndpointDetail |
UpdateVpcEndpointDetail.withLastModifiedDate(Long lastModifiedDate)
The timestamp of when the endpoint was last modified.
|
UpdateVpcEndpointDetail |
UpdateVpcEndpointDetail.withName(String name)
The name of the endpoint.
|
UpdateVpcEndpointDetail |
UpdateVpcEndpointDetail.withSecurityGroupIds(Collection<String> securityGroupIds)
The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic
that you are authorizing into your endpoint.
|
UpdateVpcEndpointDetail |
UpdateVpcEndpointDetail.withSecurityGroupIds(String... securityGroupIds)
The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic
that you are authorizing into your endpoint.
|
UpdateVpcEndpointDetail |
UpdateVpcEndpointDetail.withStatus(String status)
The current status of the endpoint update process.
|
UpdateVpcEndpointDetail |
UpdateVpcEndpointDetail.withStatus(VpcEndpointStatus status)
The current status of the endpoint update process.
|
UpdateVpcEndpointDetail |
UpdateVpcEndpointDetail.withSubnetIds(Collection<String> subnetIds)
The ID of the subnets from which you access OpenSearch Serverless.
|
UpdateVpcEndpointDetail |
UpdateVpcEndpointDetail.withSubnetIds(String... subnetIds)
The ID of the subnets from which you access OpenSearch Serverless.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateVpcEndpointResult.setUpdateVpcEndpointDetail(UpdateVpcEndpointDetail updateVpcEndpointDetail)
Details about the updated VPC endpoint.
|
UpdateVpcEndpointResult |
UpdateVpcEndpointResult.withUpdateVpcEndpointDetail(UpdateVpcEndpointDetail updateVpcEndpointDetail)
Details about the updated VPC endpoint.
|
Copyright © 2023. All rights reserved.