Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.RemoveTrustStoreRevocationsRequest.Builder
Packages that use RemoveTrustStoreRevocationsRequest.Builder
Package
Description
-
Uses of RemoveTrustStoreRevocationsRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2
Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2 with type arguments of type RemoveTrustStoreRevocationsRequest.BuilderModifier and TypeMethodDescriptionElasticLoadBalancingV2AsyncClient.removeTrustStoreRevocations(Consumer<RemoveTrustStoreRevocationsRequest.Builder> removeTrustStoreRevocationsRequest) Removes the specified revocation file from the specified trust store.ElasticLoadBalancingV2Client.removeTrustStoreRevocations(Consumer<RemoveTrustStoreRevocationsRequest.Builder> removeTrustStoreRevocationsRequest) Removes the specified revocation file from the specified trust store. -
Uses of RemoveTrustStoreRevocationsRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return RemoveTrustStoreRevocationsRequest.BuilderModifier and TypeMethodDescriptionRemoveTrustStoreRevocationsRequest.builder()RemoveTrustStoreRevocationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) RemoveTrustStoreRevocationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) RemoveTrustStoreRevocationsRequest.Builder.revocationIds(Long... revocationIds) The revocation IDs of the revocation files you want to remove.RemoveTrustStoreRevocationsRequest.Builder.revocationIds(Collection<Long> revocationIds) The revocation IDs of the revocation files you want to remove.RemoveTrustStoreRevocationsRequest.toBuilder()RemoveTrustStoreRevocationsRequest.Builder.trustStoreArn(String trustStoreArn) The Amazon Resource Name (ARN) of the trust store.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type RemoveTrustStoreRevocationsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RemoveTrustStoreRevocationsRequest.Builder>RemoveTrustStoreRevocationsRequest.serializableBuilderClass()