Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.CreateTrustStoreRequest
-
Packages that use CreateTrustStoreRequest Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancingv2.transform -
-
Uses of CreateTrustStoreRequest in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 with parameters of type CreateTrustStoreRequest Modifier and Type Method Description default CompletableFuture<CreateTrustStoreResponse>ElasticLoadBalancingV2AsyncClient. createTrustStore(CreateTrustStoreRequest createTrustStoreRequest)Creates a trust store.default CreateTrustStoreResponseElasticLoadBalancingV2Client. createTrustStore(CreateTrustStoreRequest createTrustStoreRequest)Creates a trust store. -
Uses of CreateTrustStoreRequest in software.amazon.awssdk.services.elasticloadbalancingv2.transform
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.transform with parameters of type CreateTrustStoreRequest Modifier and Type Method Description SdkHttpFullRequestCreateTrustStoreRequestMarshaller. marshall(CreateTrustStoreRequest createTrustStoreRequest)
-