Uses of Class
software.amazon.awssdk.services.storagegateway.model.SetSmbGuestPasswordResponse
-
Packages that use SetSmbGuestPasswordResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of SetSmbGuestPasswordResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return SetSmbGuestPasswordResponse Modifier and Type Method Description default SetSmbGuestPasswordResponseStorageGatewayClient. setSMBGuestPassword(Consumer<SetSmbGuestPasswordRequest.Builder> setSmbGuestPasswordRequest)Sets the password for the guest usersmbguest.default SetSmbGuestPasswordResponseStorageGatewayClient. setSMBGuestPassword(SetSmbGuestPasswordRequest setSmbGuestPasswordRequest)Sets the password for the guest usersmbguest.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type SetSmbGuestPasswordResponse Modifier and Type Method Description default CompletableFuture<SetSmbGuestPasswordResponse>StorageGatewayAsyncClient. setSMBGuestPassword(Consumer<SetSmbGuestPasswordRequest.Builder> setSmbGuestPasswordRequest)Sets the password for the guest usersmbguest.default CompletableFuture<SetSmbGuestPasswordResponse>StorageGatewayAsyncClient. setSMBGuestPassword(SetSmbGuestPasswordRequest setSmbGuestPasswordRequest)Sets the password for the guest usersmbguest.
-