| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
static RemoteManagement |
RemoteManagement.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RemoteManagement |
CreateClusterRequest.remoteManagement()
Allows you to securely operate and manage Snow devices in a cluster remotely from outside of your internal
network.
|
RemoteManagement |
JobMetadata.remoteManagement()
Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.
|
RemoteManagement |
CreateJobRequest.remoteManagement()
Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.
|
static RemoteManagement |
RemoteManagement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteManagement[] |
RemoteManagement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<RemoteManagement> |
RemoteManagement.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.remoteManagement(RemoteManagement remoteManagement)
Allows you to securely operate and manage Snow devices in a cluster remotely from outside of your internal
network.
|
JobMetadata.Builder |
JobMetadata.Builder.remoteManagement(RemoteManagement remoteManagement)
Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.remoteManagement(RemoteManagement remoteManagement)
Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.
|
Copyright © 2023. All rights reserved.