Uses of Class
software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesResponse
-
Packages that use DescribeAccountPreferencesResponse Package Description software.amazon.awssdk.services.efs Amazon Elastic File System -
-
Uses of DescribeAccountPreferencesResponse in software.amazon.awssdk.services.efs
Methods in software.amazon.awssdk.services.efs that return DescribeAccountPreferencesResponse Modifier and Type Method 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 DescribeAccountPreferencesResponse
EfsClient. describeAccountPreferences(DescribeAccountPreferencesRequest 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.Methods in software.amazon.awssdk.services.efs that return types with arguments of type DescribeAccountPreferencesResponse 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 CompletableFuture<DescribeAccountPreferencesResponse>
EfsAsyncClient. describeAccountPreferences(DescribeAccountPreferencesRequest 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.
-