Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.AddTrustStoreRevocationsResponse.Builder
-
Packages that use AddTrustStoreRevocationsResponse.Builder Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of AddTrustStoreRevocationsResponse.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return AddTrustStoreRevocationsResponse.Builder Modifier and Type Method Description static AddTrustStoreRevocationsResponse.BuilderAddTrustStoreRevocationsResponse. builder()AddTrustStoreRevocationsResponse.BuilderAddTrustStoreRevocationsResponse. toBuilder()AddTrustStoreRevocationsResponse.BuilderAddTrustStoreRevocationsResponse.Builder. trustStoreRevocations(Collection<TrustStoreRevocation> trustStoreRevocations)Information about the revocation file added to the trust store.AddTrustStoreRevocationsResponse.BuilderAddTrustStoreRevocationsResponse.Builder. trustStoreRevocations(Consumer<TrustStoreRevocation.Builder>... trustStoreRevocations)Information about the revocation file added to the trust store.AddTrustStoreRevocationsResponse.BuilderAddTrustStoreRevocationsResponse.Builder. trustStoreRevocations(TrustStoreRevocation... trustStoreRevocations)Information about the revocation file added to the trust store.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type AddTrustStoreRevocationsResponse.Builder Modifier and Type Method Description static Class<? extends AddTrustStoreRevocationsResponse.Builder>AddTrustStoreRevocationsResponse. serializableBuilderClass()
-