Uses of Class
software.amazon.awssdk.services.workspacesweb.model.TrustStoreSummary
-
Packages that use TrustStoreSummary Package Description software.amazon.awssdk.services.workspacesweb.model -
-
Uses of TrustStoreSummary in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type TrustStoreSummary Modifier and Type Method Description List<TrustStoreSummary>ListTrustStoresResponse. trustStores()The trust stores.Methods in software.amazon.awssdk.services.workspacesweb.model with parameters of type TrustStoreSummary Modifier and Type Method Description ListTrustStoresResponse.BuilderListTrustStoresResponse.Builder. trustStores(TrustStoreSummary... trustStores)The trust stores.Method parameters in software.amazon.awssdk.services.workspacesweb.model with type arguments of type TrustStoreSummary Modifier and Type Method Description ListTrustStoresResponse.BuilderListTrustStoresResponse.Builder. trustStores(Collection<TrustStoreSummary> trustStores)The trust stores.
-