Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.DescribeTrustStoreRevocationsResponse.Builder
Packages that use DescribeTrustStoreRevocationsResponse.Builder
-
Uses of DescribeTrustStoreRevocationsResponse.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return DescribeTrustStoreRevocationsResponse.BuilderModifier and TypeMethodDescriptionDescribeTrustStoreRevocationsResponse.builder()DescribeTrustStoreRevocationsResponse.Builder.nextMarker(String nextMarker) If there are additional results, this is the marker for the next set of results.DescribeTrustStoreRevocationsResponse.toBuilder()DescribeTrustStoreRevocationsResponse.Builder.trustStoreRevocations(Collection<DescribeTrustStoreRevocation> trustStoreRevocations) Information about the revocation file in the trust store.DescribeTrustStoreRevocationsResponse.Builder.trustStoreRevocations(Consumer<DescribeTrustStoreRevocation.Builder>... trustStoreRevocations) Information about the revocation file in the trust store.DescribeTrustStoreRevocationsResponse.Builder.trustStoreRevocations(DescribeTrustStoreRevocation... trustStoreRevocations) Information about the revocation file in the trust store.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type DescribeTrustStoreRevocationsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeTrustStoreRevocationsResponse.Builder>DescribeTrustStoreRevocationsResponse.serializableBuilderClass()