Uses of Class
software.amazon.awssdk.services.efs.model.PutAccountPreferencesResponse
-
Packages that use PutAccountPreferencesResponse Package Description software.amazon.awssdk.services.efs Amazon Elastic File System -
-
Uses of PutAccountPreferencesResponse in software.amazon.awssdk.services.efs
Methods in software.amazon.awssdk.services.efs that return PutAccountPreferencesResponse Modifier and Type Method Description default PutAccountPreferencesResponseEfsClient. putAccountPreferences(Consumer<PutAccountPreferencesRequest.Builder> putAccountPreferencesRequest)Use this operation to set the account preference in the current Amazon Web Services Region to use long 17 character (63 bit) or short 8 character (32 bit) resource IDs for new EFS file system and mount target resources.default PutAccountPreferencesResponseEfsClient. putAccountPreferences(PutAccountPreferencesRequest putAccountPreferencesRequest)Use this operation to set the account preference in the current Amazon Web Services Region to use long 17 character (63 bit) or short 8 character (32 bit) resource IDs for new EFS file system and mount target resources.Methods in software.amazon.awssdk.services.efs that return types with arguments of type PutAccountPreferencesResponse Modifier and Type Method Description default CompletableFuture<PutAccountPreferencesResponse>EfsAsyncClient. putAccountPreferences(Consumer<PutAccountPreferencesRequest.Builder> putAccountPreferencesRequest)Use this operation to set the account preference in the current Amazon Web Services Region to use long 17 character (63 bit) or short 8 character (32 bit) resource IDs for new EFS file system and mount target resources.default CompletableFuture<PutAccountPreferencesResponse>EfsAsyncClient. putAccountPreferences(PutAccountPreferencesRequest putAccountPreferencesRequest)Use this operation to set the account preference in the current Amazon Web Services Region to use long 17 character (63 bit) or short 8 character (32 bit) resource IDs for new EFS file system and mount target resources.
-