Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
VpcEndpoint |
VpcEndpoint.clone() |
VpcEndpoint |
UpdateVpcEndpointResult.getVpcEndpoint()
The endpoint to be updated.
|
VpcEndpoint |
CreateVpcEndpointResult.getVpcEndpoint()
Information about the newly created VPC endpoint.
|
VpcEndpoint |
VpcEndpoint.withDomainArn(String domainArn)
The Amazon Resource Name (ARN) of the domain associated with the endpoint.
|
VpcEndpoint |
VpcEndpoint.withEndpoint(String endpoint)
The connection endpoint ID for connecting to the domain.
|
VpcEndpoint |
VpcEndpoint.withStatus(String status)
The current status of the endpoint.
|
VpcEndpoint |
VpcEndpoint.withStatus(VpcEndpointStatus status)
The current status of the endpoint.
|
VpcEndpoint |
VpcEndpoint.withVpcEndpointId(String vpcEndpointId)
The unique identifier of the endpoint.
|
VpcEndpoint |
VpcEndpoint.withVpcEndpointOwner(String vpcEndpointOwner)
The creator of the endpoint.
|
VpcEndpoint |
VpcEndpoint.withVpcOptions(VPCDerivedInfo vpcOptions)
Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.
|
Modifier and Type | Method and Description |
---|---|
List<VpcEndpoint> |
DescribeVpcEndpointsResult.getVpcEndpoints()
Information about each requested VPC endpoint.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateVpcEndpointResult.setVpcEndpoint(VpcEndpoint vpcEndpoint)
The endpoint to be updated.
|
void |
CreateVpcEndpointResult.setVpcEndpoint(VpcEndpoint vpcEndpoint)
Information about the newly created VPC endpoint.
|
UpdateVpcEndpointResult |
UpdateVpcEndpointResult.withVpcEndpoint(VpcEndpoint vpcEndpoint)
The endpoint to be updated.
|
CreateVpcEndpointResult |
CreateVpcEndpointResult.withVpcEndpoint(VpcEndpoint vpcEndpoint)
Information about the newly created VPC endpoint.
|
DescribeVpcEndpointsResult |
DescribeVpcEndpointsResult.withVpcEndpoints(VpcEndpoint... vpcEndpoints)
Information about each requested VPC endpoint.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeVpcEndpointsResult.setVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
Information about each requested VPC endpoint.
|
DescribeVpcEndpointsResult |
DescribeVpcEndpointsResult.withVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
Information about each requested VPC endpoint.
|
Copyright © 2023. All rights reserved.