| 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.
|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
default StartMisconfiguredStateRecoveryResponse |
FSxClient.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(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.
|
| Modifier and Type | Method and Description |
|---|---|
static StartMisconfiguredStateRecoveryRequest.Builder |
StartMisconfiguredStateRecoveryRequest.builder() |
StartMisconfiguredStateRecoveryRequest.Builder |
StartMisconfiguredStateRecoveryRequest.Builder.clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.
|
StartMisconfiguredStateRecoveryRequest.Builder |
StartMisconfiguredStateRecoveryRequest.Builder.fileSystemId(String fileSystemId)
Sets the value of the FileSystemId property for this object.
|
StartMisconfiguredStateRecoveryRequest.Builder |
StartMisconfiguredStateRecoveryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartMisconfiguredStateRecoveryRequest.Builder |
StartMisconfiguredStateRecoveryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartMisconfiguredStateRecoveryRequest.Builder |
StartMisconfiguredStateRecoveryRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartMisconfiguredStateRecoveryRequest.Builder> |
StartMisconfiguredStateRecoveryRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.