Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
VpcEndpointSummary |
VpcEndpointSummary.clone() |
VpcEndpointSummary |
DeleteVpcEndpointResult.getVpcEndpointSummary()
Information about the deleted endpoint, including its current status (
DELETING or
DELETE_FAILED ). |
VpcEndpointSummary |
VpcEndpointSummary.withDomainArn(String domainArn)
The Amazon Resource Name (ARN) of the domain associated with the endpoint.
|
VpcEndpointSummary |
VpcEndpointSummary.withStatus(String status)
The current status of the endpoint.
|
VpcEndpointSummary |
VpcEndpointSummary.withStatus(VpcEndpointStatus status)
The current status of the endpoint.
|
VpcEndpointSummary |
VpcEndpointSummary.withVpcEndpointId(String vpcEndpointId)
The unique identifier of the endpoint.
|
VpcEndpointSummary |
VpcEndpointSummary.withVpcEndpointOwner(String vpcEndpointOwner)
The creator of the endpoint.
|
Modifier and Type | Method and Description |
---|---|
List<VpcEndpointSummary> |
ListVpcEndpointsForDomainResult.getVpcEndpointSummaryList()
Information about each endpoint associated with the domain.
|
List<VpcEndpointSummary> |
ListVpcEndpointsResult.getVpcEndpointSummaryList()
Information about each endpoint.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteVpcEndpointResult.setVpcEndpointSummary(VpcEndpointSummary vpcEndpointSummary)
Information about the deleted endpoint, including its current status (
DELETING or
DELETE_FAILED ). |
DeleteVpcEndpointResult |
DeleteVpcEndpointResult.withVpcEndpointSummary(VpcEndpointSummary vpcEndpointSummary)
Information about the deleted endpoint, including its current status (
DELETING or
DELETE_FAILED ). |
ListVpcEndpointsForDomainResult |
ListVpcEndpointsForDomainResult.withVpcEndpointSummaryList(VpcEndpointSummary... vpcEndpointSummaryList)
Information about each endpoint associated with the domain.
|
ListVpcEndpointsResult |
ListVpcEndpointsResult.withVpcEndpointSummaryList(VpcEndpointSummary... vpcEndpointSummaryList)
Information about each endpoint.
|
Modifier and Type | Method and Description |
---|---|
void |
ListVpcEndpointsForDomainResult.setVpcEndpointSummaryList(Collection<VpcEndpointSummary> vpcEndpointSummaryList)
Information about each endpoint associated with the domain.
|
void |
ListVpcEndpointsResult.setVpcEndpointSummaryList(Collection<VpcEndpointSummary> vpcEndpointSummaryList)
Information about each endpoint.
|
ListVpcEndpointsForDomainResult |
ListVpcEndpointsForDomainResult.withVpcEndpointSummaryList(Collection<VpcEndpointSummary> vpcEndpointSummaryList)
Information about each endpoint associated with the domain.
|
ListVpcEndpointsResult |
ListVpcEndpointsResult.withVpcEndpointSummaryList(Collection<VpcEndpointSummary> vpcEndpointSummaryList)
Information about each endpoint.
|
Copyright © 2023. All rights reserved.