Uses of Class
software.amazon.awssdk.services.opensearch.model.VpcEndpointError
-
Packages that use VpcEndpointError Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of VpcEndpointError in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type VpcEndpointError Modifier and Type Method Description List<VpcEndpointError>DescribeVpcEndpointsResponse. vpcEndpointErrors()Any errors associated with the request.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type VpcEndpointError Modifier and Type Method Description DescribeVpcEndpointsResponse.BuilderDescribeVpcEndpointsResponse.Builder. vpcEndpointErrors(VpcEndpointError... vpcEndpointErrors)Any errors associated with the request.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type VpcEndpointError Modifier and Type Method Description DescribeVpcEndpointsResponse.BuilderDescribeVpcEndpointsResponse.Builder. vpcEndpointErrors(Collection<VpcEndpointError> vpcEndpointErrors)Any errors associated with the request.
-