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