Uses of Class
software.amazon.awssdk.services.efs.model.DescribeAccountPreferencesRequest
-
Packages that use DescribeAccountPreferencesRequest Package Description software.amazon.awssdk.services.efs Amazon Elastic File System software.amazon.awssdk.services.efs.transform -
-
Uses of DescribeAccountPreferencesRequest in software.amazon.awssdk.services.efs
Methods in software.amazon.awssdk.services.efs with parameters of type DescribeAccountPreferencesRequest Modifier and Type Method Description 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.default DescribeAccountPreferencesResponseEfsClient. 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. -
Uses of DescribeAccountPreferencesRequest in software.amazon.awssdk.services.efs.transform
Methods in software.amazon.awssdk.services.efs.transform with parameters of type DescribeAccountPreferencesRequest Modifier and Type Method Description SdkHttpFullRequestDescribeAccountPreferencesRequestMarshaller. marshall(DescribeAccountPreferencesRequest describeAccountPreferencesRequest)
-