Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.GetTrustStoreRevocationContentRequest.Builder
-
Packages that use GetTrustStoreRevocationContentRequest.Builder Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of GetTrustStoreRevocationContentRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2
Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2 with type arguments of type GetTrustStoreRevocationContentRequest.Builder Modifier and Type Method Description default CompletableFuture<GetTrustStoreRevocationContentResponse>ElasticLoadBalancingV2AsyncClient. getTrustStoreRevocationContent(Consumer<GetTrustStoreRevocationContentRequest.Builder> getTrustStoreRevocationContentRequest)Retrieves the specified revocation file.default GetTrustStoreRevocationContentResponseElasticLoadBalancingV2Client. getTrustStoreRevocationContent(Consumer<GetTrustStoreRevocationContentRequest.Builder> getTrustStoreRevocationContentRequest)Retrieves the specified revocation file. -
Uses of GetTrustStoreRevocationContentRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type GetTrustStoreRevocationContentRequest.Builder Modifier and Type Method Description static Class<? extends GetTrustStoreRevocationContentRequest.Builder>GetTrustStoreRevocationContentRequest. serializableBuilderClass()
-