Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.RevocationIdNotFoundException
Packages that use RevocationIdNotFoundException
-
Uses of RevocationIdNotFoundException in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that throw RevocationIdNotFoundExceptionModifier and TypeMethodDescriptionElasticLoadBalancingV2Client.describeTrustStoreRevocations(Consumer<DescribeTrustStoreRevocationsRequest.Builder> describeTrustStoreRevocationsRequest) Describes the revocation files in use by the specified trust store or revocation files.ElasticLoadBalancingV2Client.describeTrustStoreRevocations(DescribeTrustStoreRevocationsRequest describeTrustStoreRevocationsRequest) Describes the revocation files in use by the specified trust store or revocation files.ElasticLoadBalancingV2Client.describeTrustStoreRevocationsPaginator(Consumer<DescribeTrustStoreRevocationsRequest.Builder> describeTrustStoreRevocationsRequest) ElasticLoadBalancingV2Client.describeTrustStoreRevocationsPaginator(DescribeTrustStoreRevocationsRequest describeTrustStoreRevocationsRequest) ElasticLoadBalancingV2Client.getTrustStoreRevocationContent(Consumer<GetTrustStoreRevocationContentRequest.Builder> getTrustStoreRevocationContentRequest) Retrieves the specified revocation file.ElasticLoadBalancingV2Client.getTrustStoreRevocationContent(GetTrustStoreRevocationContentRequest getTrustStoreRevocationContentRequest) Retrieves the specified revocation file.ElasticLoadBalancingV2Client.removeTrustStoreRevocations(Consumer<RemoveTrustStoreRevocationsRequest.Builder> removeTrustStoreRevocationsRequest) Removes the specified revocation file from the specified trust store.ElasticLoadBalancingV2Client.removeTrustStoreRevocations(RemoveTrustStoreRevocationsRequest removeTrustStoreRevocationsRequest) Removes the specified revocation file from the specified trust store.