Uses of Interface
software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesRequest.Builder
-
Packages that use DescribeAccountPreferencesRequest.Builder Package Description software.amazon.awssdk.services.efs Amazon Elastic File System software.amazon.awssdk.services.efs.model -
-
Uses of DescribeAccountPreferencesRequest.Builder in software.amazon.awssdk.services.efs
Method parameters in software.amazon.awssdk.services.efs with type arguments of type DescribeAccountPreferencesRequest.Builder Modifier and Type Method Description 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.default DescribeAccountPreferencesResponseEfsClient. 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. -
Uses of DescribeAccountPreferencesRequest.Builder in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return DescribeAccountPreferencesRequest.Builder Modifier and Type Method Description static DescribeAccountPreferencesRequest.BuilderDescribeAccountPreferencesRequest. builder()DescribeAccountPreferencesRequest.BuilderDescribeAccountPreferencesRequest.Builder. maxResults(Integer maxResults)(Optional) When retrieving account preferences, you can optionally specify theMaxItemsparameter to limit the number of objects returned in a response.DescribeAccountPreferencesRequest.BuilderDescribeAccountPreferencesRequest.Builder. nextToken(String nextToken)(Optional) You can useNextTokenin a subsequent request to fetch the next page of Amazon Web Services account preferences if the response payload was paginated.DescribeAccountPreferencesRequest.BuilderDescribeAccountPreferencesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeAccountPreferencesRequest.BuilderDescribeAccountPreferencesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeAccountPreferencesRequest.BuilderDescribeAccountPreferencesRequest. toBuilder()Methods in software.amazon.awssdk.services.efs.model that return types with arguments of type DescribeAccountPreferencesRequest.Builder Modifier and Type Method Description static Class<? extends DescribeAccountPreferencesRequest.Builder>DescribeAccountPreferencesRequest. serializableBuilderClass()
-