Uses of Class
software.amazon.awssdk.services.snowball.model.RemoteManagement
-
Packages that use RemoteManagement Package Description software.amazon.awssdk.services.snowball.model -
-
Uses of RemoteManagement in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return RemoteManagement Modifier and Type Method Description static RemoteManagementRemoteManagement. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RemoteManagementCreateClusterRequest. remoteManagement()Allows you to securely operate and manage Snow devices in a cluster remotely from outside of your internal network.RemoteManagementCreateJobRequest. remoteManagement()Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.RemoteManagementJobMetadata. remoteManagement()Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.static RemoteManagementRemoteManagement. 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.Methods in software.amazon.awssdk.services.snowball.model that return types with arguments of type RemoteManagement Modifier and Type Method Description static Set<RemoteManagement>RemoteManagement. knownValues()Methods in software.amazon.awssdk.services.snowball.model with parameters of type RemoteManagement Modifier and Type Method Description CreateClusterRequest.BuilderCreateClusterRequest.Builder. remoteManagement(RemoteManagement remoteManagement)Allows you to securely operate and manage Snow devices in a cluster remotely from outside of your internal network.CreateJobRequest.BuilderCreateJobRequest.Builder. remoteManagement(RemoteManagement remoteManagement)Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.JobMetadata.BuilderJobMetadata.Builder. remoteManagement(RemoteManagement remoteManagement)Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network.
-