Uses of Class
software.amazon.awssdk.services.storagegateway.model.SetLocalConsolePasswordResponse
-
Packages that use SetLocalConsolePasswordResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of SetLocalConsolePasswordResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return SetLocalConsolePasswordResponse Modifier and Type Method Description default SetLocalConsolePasswordResponseStorageGatewayClient. setLocalConsolePassword(Consumer<SetLocalConsolePasswordRequest.Builder> setLocalConsolePasswordRequest)Sets the password for your VM local console.default SetLocalConsolePasswordResponseStorageGatewayClient. setLocalConsolePassword(SetLocalConsolePasswordRequest setLocalConsolePasswordRequest)Sets the password for your VM local console.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type SetLocalConsolePasswordResponse Modifier and Type Method Description default CompletableFuture<SetLocalConsolePasswordResponse>StorageGatewayAsyncClient. setLocalConsolePassword(Consumer<SetLocalConsolePasswordRequest.Builder> setLocalConsolePasswordRequest)Sets the password for your VM local console.default CompletableFuture<SetLocalConsolePasswordResponse>StorageGatewayAsyncClient. setLocalConsolePassword(SetLocalConsolePasswordRequest setLocalConsolePasswordRequest)Sets the password for your VM local console.
-