Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
VpcEndpointError |
VpcEndpointError.clone() |
VpcEndpointError |
VpcEndpointError.withErrorCode(String errorCode)
The code associated with the error.
|
VpcEndpointError |
VpcEndpointError.withErrorCode(VpcEndpointErrorCode errorCode)
The code associated with the error.
|
VpcEndpointError |
VpcEndpointError.withErrorMessage(String errorMessage)
A message describing the error.
|
VpcEndpointError |
VpcEndpointError.withVpcEndpointId(String vpcEndpointId)
The unique identifier of the endpoint.
|
Modifier and Type | Method and Description |
---|---|
List<VpcEndpointError> |
DescribeVpcEndpointsResult.getVpcEndpointErrors()
Any errors associated with the request.
|
Modifier and Type | Method and Description |
---|---|
DescribeVpcEndpointsResult |
DescribeVpcEndpointsResult.withVpcEndpointErrors(VpcEndpointError... vpcEndpointErrors)
Any errors associated with the request.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeVpcEndpointsResult.setVpcEndpointErrors(Collection<VpcEndpointError> vpcEndpointErrors)
Any errors associated with the request.
|
DescribeVpcEndpointsResult |
DescribeVpcEndpointsResult.withVpcEndpointErrors(Collection<VpcEndpointError> vpcEndpointErrors)
Any errors associated with the request.
|
Copyright © 2023. All rights reserved.