Uses of Class
software.amazon.awssdk.services.workspaces.model.DeleteClientBrandingResponse
-
Packages that use DeleteClientBrandingResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of DeleteClientBrandingResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return DeleteClientBrandingResponse Modifier and Type Method Description default DeleteClientBrandingResponseWorkSpacesClient. deleteClientBranding(Consumer<DeleteClientBrandingRequest.Builder> deleteClientBrandingRequest)Deletes customized client branding.default DeleteClientBrandingResponseWorkSpacesClient. deleteClientBranding(DeleteClientBrandingRequest deleteClientBrandingRequest)Deletes customized client branding.Methods in software.amazon.awssdk.services.workspaces that return types with arguments of type DeleteClientBrandingResponse Modifier and Type Method Description default CompletableFuture<DeleteClientBrandingResponse>WorkSpacesAsyncClient. deleteClientBranding(Consumer<DeleteClientBrandingRequest.Builder> deleteClientBrandingRequest)Deletes customized client branding.default CompletableFuture<DeleteClientBrandingResponse>WorkSpacesAsyncClient. deleteClientBranding(DeleteClientBrandingRequest deleteClientBrandingRequest)Deletes customized client branding.
-