Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.DescribeTrustStoresRequest.Builder
Packages that use DescribeTrustStoresRequest.Builder
Package
Description
-
Uses of DescribeTrustStoresRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2
Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2 with type arguments of type DescribeTrustStoresRequest.BuilderModifier and TypeMethodDescriptionElasticLoadBalancingV2AsyncClient.describeTrustStores(Consumer<DescribeTrustStoresRequest.Builder> describeTrustStoresRequest) Describes all trust stores for the specified account.default DescribeTrustStoresResponseElasticLoadBalancingV2Client.describeTrustStores(Consumer<DescribeTrustStoresRequest.Builder> describeTrustStoresRequest) Describes all trust stores for the specified account.default DescribeTrustStoresPublisherElasticLoadBalancingV2AsyncClient.describeTrustStoresPaginator(Consumer<DescribeTrustStoresRequest.Builder> describeTrustStoresRequest) default DescribeTrustStoresIterableElasticLoadBalancingV2Client.describeTrustStoresPaginator(Consumer<DescribeTrustStoresRequest.Builder> describeTrustStoresRequest) -
Uses of DescribeTrustStoresRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return DescribeTrustStoresRequest.BuilderModifier and TypeMethodDescriptionDescribeTrustStoresRequest.builder()The marker for the next set of results.The names of the trust stores.DescribeTrustStoresRequest.Builder.names(Collection<String> names) The names of the trust stores.DescribeTrustStoresRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeTrustStoresRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The maximum number of results to return with this call.DescribeTrustStoresRequest.toBuilder()DescribeTrustStoresRequest.Builder.trustStoreArns(String... trustStoreArns) The Amazon Resource Name (ARN) of the trust store.DescribeTrustStoresRequest.Builder.trustStoreArns(Collection<String> trustStoreArns) The Amazon Resource Name (ARN) of the trust store.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type DescribeTrustStoresRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeTrustStoresRequest.Builder>DescribeTrustStoresRequest.serializableBuilderClass()