Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.CreateTrustStoreResponse
Packages that use CreateTrustStoreResponse
-
Uses of CreateTrustStoreResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return CreateTrustStoreResponseModifier and TypeMethodDescriptiondefault CreateTrustStoreResponseElasticLoadBalancingV2Client.createTrustStore(Consumer<CreateTrustStoreRequest.Builder> createTrustStoreRequest) Creates a trust store.default CreateTrustStoreResponseElasticLoadBalancingV2Client.createTrustStore(CreateTrustStoreRequest createTrustStoreRequest) Creates a trust store.Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return types with arguments of type CreateTrustStoreResponseModifier and TypeMethodDescriptionElasticLoadBalancingV2AsyncClient.createTrustStore(Consumer<CreateTrustStoreRequest.Builder> createTrustStoreRequest) Creates a trust store.ElasticLoadBalancingV2AsyncClient.createTrustStore(CreateTrustStoreRequest createTrustStoreRequest) Creates a trust store.