| Package | Description |
|---|---|
| com.amazonaws.services.workspaces |
|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteClientBrandingResult> |
AmazonWorkspacesAsyncClient.deleteClientBrandingAsync(DeleteClientBrandingRequest request,
AsyncHandler<DeleteClientBrandingRequest,DeleteClientBrandingResult> asyncHandler) |
Future<DeleteClientBrandingResult> |
AbstractAmazonWorkspacesAsync.deleteClientBrandingAsync(DeleteClientBrandingRequest request,
AsyncHandler<DeleteClientBrandingRequest,DeleteClientBrandingResult> asyncHandler) |
Future<DeleteClientBrandingResult> |
AmazonWorkspacesAsync.deleteClientBrandingAsync(DeleteClientBrandingRequest deleteClientBrandingRequest,
AsyncHandler<DeleteClientBrandingRequest,DeleteClientBrandingResult> asyncHandler)
Deletes customized client branding.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteClientBrandingRequest |
DeleteClientBrandingRequest.clone() |
DeleteClientBrandingRequest |
DeleteClientBrandingRequest.withPlatforms(ClientDeviceType... platforms)
The device type for which you want to delete client branding.
|
DeleteClientBrandingRequest |
DeleteClientBrandingRequest.withPlatforms(Collection<String> platforms)
The device type for which you want to delete client branding.
|
DeleteClientBrandingRequest |
DeleteClientBrandingRequest.withPlatforms(String... platforms)
The device type for which you want to delete client branding.
|
DeleteClientBrandingRequest |
DeleteClientBrandingRequest.withResourceId(String resourceId)
The directory identifier of the WorkSpace for which you want to delete client branding.
|
Copyright © 2022. All rights reserved.