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.BuilderModifyTrustStoreResponse. builder()ModifyTrustStoreResponse.BuilderModifyTrustStoreResponse. toBuilder()ModifyTrustStoreResponse.BuilderModifyTrustStoreResponse.Builder. trustStores(Collection<TrustStore> trustStores)Information about the modified trust store.ModifyTrustStoreResponse.BuilderModifyTrustStoreResponse.Builder. trustStores(Consumer<TrustStore.Builder>... trustStores)Information about the modified trust store.ModifyTrustStoreResponse.BuilderModifyTrustStoreResponse.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()
-