Uses of Class
com.amazonaws.services.storagegateway.model.SetLocalConsolePasswordRequest
Packages that use SetLocalConsolePasswordRequest
Package
Description
-
Uses of SetLocalConsolePasswordRequest in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway with parameters of type SetLocalConsolePasswordRequestModifier and TypeMethodDescriptionAbstractAWSStorageGateway.setLocalConsolePassword(SetLocalConsolePasswordRequest request) AWSStorageGateway.setLocalConsolePassword(SetLocalConsolePasswordRequest setLocalConsolePasswordRequest) Sets the password for your VM local console.AWSStorageGatewayClient.setLocalConsolePassword(SetLocalConsolePasswordRequest setLocalConsolePasswordRequest) Sets the password for your VM local console.AbstractAWSStorageGatewayAsync.setLocalConsolePasswordAsync(SetLocalConsolePasswordRequest request) AbstractAWSStorageGatewayAsync.setLocalConsolePasswordAsync(SetLocalConsolePasswordRequest request, AsyncHandler<SetLocalConsolePasswordRequest, SetLocalConsolePasswordResult> asyncHandler) AWSStorageGatewayAsync.setLocalConsolePasswordAsync(SetLocalConsolePasswordRequest setLocalConsolePasswordRequest) Sets the password for your VM local console.AWSStorageGatewayAsync.setLocalConsolePasswordAsync(SetLocalConsolePasswordRequest setLocalConsolePasswordRequest, AsyncHandler<SetLocalConsolePasswordRequest, SetLocalConsolePasswordResult> asyncHandler) Sets the password for your VM local console.AWSStorageGatewayAsyncClient.setLocalConsolePasswordAsync(SetLocalConsolePasswordRequest request) AWSStorageGatewayAsyncClient.setLocalConsolePasswordAsync(SetLocalConsolePasswordRequest request, AsyncHandler<SetLocalConsolePasswordRequest, SetLocalConsolePasswordResult> asyncHandler) Method parameters in com.amazonaws.services.storagegateway with type arguments of type SetLocalConsolePasswordRequestModifier and TypeMethodDescriptionAbstractAWSStorageGatewayAsync.setLocalConsolePasswordAsync(SetLocalConsolePasswordRequest request, AsyncHandler<SetLocalConsolePasswordRequest, SetLocalConsolePasswordResult> asyncHandler) AWSStorageGatewayAsync.setLocalConsolePasswordAsync(SetLocalConsolePasswordRequest setLocalConsolePasswordRequest, AsyncHandler<SetLocalConsolePasswordRequest, SetLocalConsolePasswordResult> asyncHandler) Sets the password for your VM local console.AWSStorageGatewayAsyncClient.setLocalConsolePasswordAsync(SetLocalConsolePasswordRequest request, AsyncHandler<SetLocalConsolePasswordRequest, SetLocalConsolePasswordResult> asyncHandler) -
Uses of SetLocalConsolePasswordRequest in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return SetLocalConsolePasswordRequestModifier and TypeMethodDescriptionSetLocalConsolePasswordRequest.clone()SetLocalConsolePasswordRequest.withGatewayARN(String gatewayARN) SetLocalConsolePasswordRequest.withLocalConsolePassword(String localConsolePassword) The password you want to set for your VM local console.