Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.VpcEndpointErrorDetail
-
Packages that use VpcEndpointErrorDetail Package Description software.amazon.awssdk.services.opensearchserverless.model -
-
Uses of VpcEndpointErrorDetail in software.amazon.awssdk.services.opensearchserverless.model
Methods in software.amazon.awssdk.services.opensearchserverless.model that return types with arguments of type VpcEndpointErrorDetail Modifier and Type Method Description List<VpcEndpointErrorDetail>BatchGetVpcEndpointResponse. vpcEndpointErrorDetails()Error information for a failed request.Methods in software.amazon.awssdk.services.opensearchserverless.model with parameters of type VpcEndpointErrorDetail Modifier and Type Method Description BatchGetVpcEndpointResponse.BuilderBatchGetVpcEndpointResponse.Builder. vpcEndpointErrorDetails(VpcEndpointErrorDetail... vpcEndpointErrorDetails)Error information for a failed request.Method parameters in software.amazon.awssdk.services.opensearchserverless.model with type arguments of type VpcEndpointErrorDetail Modifier and Type Method Description BatchGetVpcEndpointResponse.BuilderBatchGetVpcEndpointResponse.Builder. vpcEndpointErrorDetails(Collection<VpcEndpointErrorDetail> vpcEndpointErrorDetails)Error information for a failed request.
-