Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.CreateTrustStoreResponse
-
Packages that use CreateTrustStoreResponse Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing -
-
Uses of CreateTrustStoreResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return CreateTrustStoreResponse Modifier and Type Method Description default 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 CreateTrustStoreResponse Modifier and Type Method Description default CompletableFuture<CreateTrustStoreResponse>ElasticLoadBalancingV2AsyncClient. createTrustStore(Consumer<CreateTrustStoreRequest.Builder> createTrustStoreRequest)Creates a trust store.default CompletableFuture<CreateTrustStoreResponse>ElasticLoadBalancingV2AsyncClient. createTrustStore(CreateTrustStoreRequest createTrustStoreRequest)Creates a trust store.
-