Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.DescribeTrustStoresResponse.Builder
-
Packages that use DescribeTrustStoresResponse.Builder Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of DescribeTrustStoresResponse.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return DescribeTrustStoresResponse.Builder Modifier and Type Method Description static DescribeTrustStoresResponse.BuilderDescribeTrustStoresResponse. builder()DescribeTrustStoresResponse.BuilderDescribeTrustStoresResponse.Builder. nextMarker(String nextMarker)If there are additional results, this is the marker for the next set of results.DescribeTrustStoresResponse.BuilderDescribeTrustStoresResponse. toBuilder()DescribeTrustStoresResponse.BuilderDescribeTrustStoresResponse.Builder. trustStores(Collection<TrustStore> trustStores)Information about the trust stores.DescribeTrustStoresResponse.BuilderDescribeTrustStoresResponse.Builder. trustStores(Consumer<TrustStore.Builder>... trustStores)Information about the trust stores.DescribeTrustStoresResponse.BuilderDescribeTrustStoresResponse.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.Builder Modifier and Type Method Description static Class<? extends DescribeTrustStoresResponse.Builder>DescribeTrustStoresResponse. serializableBuilderClass()
-