Uses of Interface
software.amazon.awssdk.services.drs.model.ListStagingAccountsRequest.Builder
-
Packages that use ListStagingAccountsRequest.Builder Package Description software.amazon.awssdk.services.drs AWS Elastic Disaster Recovery Service.software.amazon.awssdk.services.drs.model -
-
Uses of ListStagingAccountsRequest.Builder in software.amazon.awssdk.services.drs
-
Uses of ListStagingAccountsRequest.Builder in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return ListStagingAccountsRequest.Builder Modifier and Type Method Description static ListStagingAccountsRequest.BuilderListStagingAccountsRequest. builder()ListStagingAccountsRequest.BuilderListStagingAccountsRequest.Builder. maxResults(Integer maxResults)The maximum number of staging Accounts to retrieve.ListStagingAccountsRequest.BuilderListStagingAccountsRequest.Builder. nextToken(String nextToken)The token of the next staging Account to retrieve.ListStagingAccountsRequest.BuilderListStagingAccountsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStagingAccountsRequest.BuilderListStagingAccountsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListStagingAccountsRequest.BuilderListStagingAccountsRequest. toBuilder()Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type ListStagingAccountsRequest.Builder Modifier and Type Method Description static Class<? extends ListStagingAccountsRequest.Builder>ListStagingAccountsRequest. serializableBuilderClass()
-