Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.ModifyTrustStoreResponse.Builder
-
Packages that use ModifyTrustStoreResponse.Builder Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of ModifyTrustStoreResponse.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return ModifyTrustStoreResponse.Builder Modifier and Type Method Description static ModifyTrustStoreResponse.Builder
ModifyTrustStoreResponse. builder()
ModifyTrustStoreResponse.Builder
ModifyTrustStoreResponse. toBuilder()
ModifyTrustStoreResponse.Builder
ModifyTrustStoreResponse.Builder. trustStores(Collection<TrustStore> trustStores)
Information about the modified trust store.ModifyTrustStoreResponse.Builder
ModifyTrustStoreResponse.Builder. trustStores(Consumer<TrustStore.Builder>... trustStores)
Information about the modified trust store.ModifyTrustStoreResponse.Builder
ModifyTrustStoreResponse.Builder. trustStores(TrustStore... trustStores)
Information about the modified trust store.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type ModifyTrustStoreResponse.Builder Modifier and Type Method Description static Class<? extends ModifyTrustStoreResponse.Builder>
ModifyTrustStoreResponse. serializableBuilderClass()
-