Uses of Interface
software.amazon.awssdk.services.workspacesweb.model.AssociateTrustStoreResponse.Builder
-
Packages that use AssociateTrustStoreResponse.Builder Package Description software.amazon.awssdk.services.workspacesweb.model -
-
Uses of AssociateTrustStoreResponse.Builder in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return AssociateTrustStoreResponse.Builder Modifier and Type Method Description static AssociateTrustStoreResponse.BuilderAssociateTrustStoreResponse. builder()AssociateTrustStoreResponse.BuilderAssociateTrustStoreResponse.Builder. portalArn(String portalArn)The ARN of the web portal.AssociateTrustStoreResponse.BuilderAssociateTrustStoreResponse. toBuilder()AssociateTrustStoreResponse.BuilderAssociateTrustStoreResponse.Builder. trustStoreArn(String trustStoreArn)The ARN of the trust store.Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type AssociateTrustStoreResponse.Builder Modifier and Type Method Description static Class<? extends AssociateTrustStoreResponse.Builder>AssociateTrustStoreResponse. serializableBuilderClass()
-