Uses of Class
software.amazon.awssdk.services.workspaces.model.ModifyCertificateBasedAuthPropertiesResponse
-
Packages that use ModifyCertificateBasedAuthPropertiesResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of ModifyCertificateBasedAuthPropertiesResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return ModifyCertificateBasedAuthPropertiesResponse Modifier and Type Method Description default ModifyCertificateBasedAuthPropertiesResponseWorkSpacesClient. modifyCertificateBasedAuthProperties(Consumer<ModifyCertificateBasedAuthPropertiesRequest.Builder> modifyCertificateBasedAuthPropertiesRequest)Modifies the properties of the certificate-based authentication you want to use with your WorkSpaces.default ModifyCertificateBasedAuthPropertiesResponseWorkSpacesClient. modifyCertificateBasedAuthProperties(ModifyCertificateBasedAuthPropertiesRequest modifyCertificateBasedAuthPropertiesRequest)Modifies the properties of the certificate-based authentication you want to use with your WorkSpaces.Methods in software.amazon.awssdk.services.workspaces that return types with arguments of type ModifyCertificateBasedAuthPropertiesResponse Modifier and Type Method Description default CompletableFuture<ModifyCertificateBasedAuthPropertiesResponse>WorkSpacesAsyncClient. modifyCertificateBasedAuthProperties(Consumer<ModifyCertificateBasedAuthPropertiesRequest.Builder> modifyCertificateBasedAuthPropertiesRequest)Modifies the properties of the certificate-based authentication you want to use with your WorkSpaces.default CompletableFuture<ModifyCertificateBasedAuthPropertiesResponse>WorkSpacesAsyncClient. modifyCertificateBasedAuthProperties(ModifyCertificateBasedAuthPropertiesRequest modifyCertificateBasedAuthPropertiesRequest)Modifies the properties of the certificate-based authentication you want to use with your WorkSpaces.
-