Uses of Class
software.amazon.awssdk.services.fsx.model.StartMisconfiguredStateRecoveryResponse
-
Packages that use StartMisconfiguredStateRecoveryResponse Package Description software.amazon.awssdk.services.fsx Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use shared file storage. -
-
Uses of StartMisconfiguredStateRecoveryResponse in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx that return StartMisconfiguredStateRecoveryResponse Modifier and Type Method Description default StartMisconfiguredStateRecoveryResponseFSxClient. startMisconfiguredStateRecovery(Consumer<StartMisconfiguredStateRecoveryRequest.Builder> startMisconfiguredStateRecoveryRequest)After performing steps to repair the Active Directory configuration of an FSx for Windows File Server file system, use this action to initiate the process of Amazon FSx attempting to reconnect to the file system.default StartMisconfiguredStateRecoveryResponseFSxClient. startMisconfiguredStateRecovery(StartMisconfiguredStateRecoveryRequest startMisconfiguredStateRecoveryRequest)After performing steps to repair the Active Directory configuration of an FSx for Windows File Server file system, use this action to initiate the process of Amazon FSx attempting to reconnect to the file system.Methods in software.amazon.awssdk.services.fsx that return types with arguments of type StartMisconfiguredStateRecoveryResponse Modifier and Type Method Description default CompletableFuture<StartMisconfiguredStateRecoveryResponse>FSxAsyncClient. startMisconfiguredStateRecovery(Consumer<StartMisconfiguredStateRecoveryRequest.Builder> startMisconfiguredStateRecoveryRequest)After performing steps to repair the Active Directory configuration of an FSx for Windows File Server file system, use this action to initiate the process of Amazon FSx attempting to reconnect to the file system.default CompletableFuture<StartMisconfiguredStateRecoveryResponse>FSxAsyncClient. startMisconfiguredStateRecovery(StartMisconfiguredStateRecoveryRequest startMisconfiguredStateRecoveryRequest)After performing steps to repair the Active Directory configuration of an FSx for Windows File Server file system, use this action to initiate the process of Amazon FSx attempting to reconnect to the file system.
-