Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.ModifyTrustStoreResponse
-
Packages that use ModifyTrustStoreResponse Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing -
-
Uses of ModifyTrustStoreResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return ModifyTrustStoreResponse Modifier and Type Method Description default ModifyTrustStoreResponseElasticLoadBalancingV2Client. modifyTrustStore(Consumer<ModifyTrustStoreRequest.Builder> modifyTrustStoreRequest)Update the ca certificate bundle for the specified trust store.default ModifyTrustStoreResponseElasticLoadBalancingV2Client. modifyTrustStore(ModifyTrustStoreRequest modifyTrustStoreRequest)Update the ca certificate bundle for the specified trust store.Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return types with arguments of type ModifyTrustStoreResponse Modifier and Type Method Description default CompletableFuture<ModifyTrustStoreResponse>ElasticLoadBalancingV2AsyncClient. modifyTrustStore(Consumer<ModifyTrustStoreRequest.Builder> modifyTrustStoreRequest)Update the ca certificate bundle for the specified trust store.default CompletableFuture<ModifyTrustStoreResponse>ElasticLoadBalancingV2AsyncClient. modifyTrustStore(ModifyTrustStoreRequest modifyTrustStoreRequest)Update the ca certificate bundle for the specified trust store.
-