| Package | Description |
|---|---|
| software.amazon.awssdk.services.efs |
|
| software.amazon.awssdk.services.efs.model |
| Modifier and Type | Method and Description |
|---|---|
default DescribeAccountPreferencesResponse |
EfsClient.describeAccountPreferences(Consumer<DescribeAccountPreferencesRequest.Builder> describeAccountPreferencesRequest)
Returns the account preferences settings for the Amazon Web Services account associated with the user making the
request, in the current Amazon Web Services Region.
|
default CompletableFuture<DescribeAccountPreferencesResponse> |
EfsAsyncClient.describeAccountPreferences(Consumer<DescribeAccountPreferencesRequest.Builder> describeAccountPreferencesRequest)
Returns the account preferences settings for the Amazon Web Services account associated with the user making the
request, in the current Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeAccountPreferencesRequest.Builder |
DescribeAccountPreferencesRequest.builder() |
DescribeAccountPreferencesRequest.Builder |
DescribeAccountPreferencesRequest.Builder.maxResults(Integer maxResults)
(Optional) When retrieving account preferences, you can optionally specify the
MaxItems
parameter to limit the number of objects returned in a response. |
DescribeAccountPreferencesRequest.Builder |
DescribeAccountPreferencesRequest.Builder.nextToken(String nextToken)
(Optional) You can use
NextToken in a subsequent request to fetch the next page of Amazon Web
Services account preferences if the response payload was paginated. |
DescribeAccountPreferencesRequest.Builder |
DescribeAccountPreferencesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeAccountPreferencesRequest.Builder |
DescribeAccountPreferencesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeAccountPreferencesRequest.Builder |
DescribeAccountPreferencesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeAccountPreferencesRequest.Builder> |
DescribeAccountPreferencesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.