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