Package | Description |
---|---|
com.amazonaws.services.opensearchserverless.model |
Modifier and Type | Method and Description |
---|---|
VpcEndpointDetail |
VpcEndpointDetail.clone() |
VpcEndpointDetail |
VpcEndpointDetail.withCreatedDate(Long createdDate)
The date the endpoint was created.
|
VpcEndpointDetail |
VpcEndpointDetail.withId(String id)
The unique identifier of the endpoint.
|
VpcEndpointDetail |
VpcEndpointDetail.withName(String name)
The name of the endpoint.
|
VpcEndpointDetail |
VpcEndpointDetail.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.
|
VpcEndpointDetail |
VpcEndpointDetail.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.
|
VpcEndpointDetail |
VpcEndpointDetail.withStatus(String status)
The current status of the endpoint.
|
VpcEndpointDetail |
VpcEndpointDetail.withStatus(VpcEndpointStatus status)
The current status of the endpoint.
|
VpcEndpointDetail |
VpcEndpointDetail.withSubnetIds(Collection<String> subnetIds)
The ID of the subnets from which you access OpenSearch Serverless.
|
VpcEndpointDetail |
VpcEndpointDetail.withSubnetIds(String... subnetIds)
The ID of the subnets from which you access OpenSearch Serverless.
|
VpcEndpointDetail |
VpcEndpointDetail.withVpcId(String vpcId)
The ID of the VPC from which you access OpenSearch Serverless
|
Modifier and Type | Method and Description |
---|---|
List<VpcEndpointDetail> |
BatchGetVpcEndpointResult.getVpcEndpointDetails()
Details about the specified VPC endpoint.
|
Modifier and Type | Method and Description |
---|---|
BatchGetVpcEndpointResult |
BatchGetVpcEndpointResult.withVpcEndpointDetails(VpcEndpointDetail... vpcEndpointDetails)
Details about the specified VPC endpoint.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchGetVpcEndpointResult.setVpcEndpointDetails(Collection<VpcEndpointDetail> vpcEndpointDetails)
Details about the specified VPC endpoint.
|
BatchGetVpcEndpointResult |
BatchGetVpcEndpointResult.withVpcEndpointDetails(Collection<VpcEndpointDetail> vpcEndpointDetails)
Details about the specified VPC endpoint.
|
Copyright © 2023. All rights reserved.