Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.ModifyTrustStoreResponse
Packages that use ModifyTrustStoreResponse
-
Uses of ModifyTrustStoreResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return ModifyTrustStoreResponseModifier and TypeMethodDescriptiondefault 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 ModifyTrustStoreResponseModifier and TypeMethodDescriptionElasticLoadBalancingV2AsyncClient.modifyTrustStore(Consumer<ModifyTrustStoreRequest.Builder> modifyTrustStoreRequest) Update the ca certificate bundle for the specified trust store.ElasticLoadBalancingV2AsyncClient.modifyTrustStore(ModifyTrustStoreRequest modifyTrustStoreRequest) Update the ca certificate bundle for the specified trust store.