Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.DescribeTrustStoreRevocation
-
Packages that use DescribeTrustStoreRevocation Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model software.amazon.awssdk.services.elasticloadbalancingv2.paginators -
-
Uses of DescribeTrustStoreRevocation in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type DescribeTrustStoreRevocation Modifier and Type Method Description List<DescribeTrustStoreRevocation>DescribeTrustStoreRevocationsResponse. trustStoreRevocations()Information about the revocation file in the trust store.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type DescribeTrustStoreRevocation Modifier and Type Method Description DescribeTrustStoreRevocationsResponse.BuilderDescribeTrustStoreRevocationsResponse.Builder. trustStoreRevocations(DescribeTrustStoreRevocation... trustStoreRevocations)Information about the revocation file in the trust store.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type DescribeTrustStoreRevocation Modifier and Type Method Description DescribeTrustStoreRevocationsResponse.BuilderDescribeTrustStoreRevocationsResponse.Builder. trustStoreRevocations(Collection<DescribeTrustStoreRevocation> trustStoreRevocations)Information about the revocation file in the trust store. -
Uses of DescribeTrustStoreRevocation in software.amazon.awssdk.services.elasticloadbalancingv2.paginators
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.paginators that return types with arguments of type DescribeTrustStoreRevocation Modifier and Type Method Description SdkIterable<DescribeTrustStoreRevocation>DescribeTrustStoreRevocationsIterable. trustStoreRevocations()Returns an iterable to iterate through the paginatedDescribeTrustStoreRevocationsResponse.trustStoreRevocations()member.SdkPublisher<DescribeTrustStoreRevocation>DescribeTrustStoreRevocationsPublisher. trustStoreRevocations()Returns a publisher that can be used to get a stream of data.
-