Uses of Interface
software.amazon.awssdk.services.efs.model.PutFileSystemPolicyResponse.Builder
-
Packages that use PutFileSystemPolicyResponse.Builder Package Description software.amazon.awssdk.services.efs.model -
-
Uses of PutFileSystemPolicyResponse.Builder in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return PutFileSystemPolicyResponse.Builder Modifier and Type Method Description static PutFileSystemPolicyResponse.BuilderPutFileSystemPolicyResponse. builder()PutFileSystemPolicyResponse.BuilderPutFileSystemPolicyResponse.Builder. fileSystemId(String fileSystemId)Specifies the EFS file system to which theFileSystemPolicyapplies.PutFileSystemPolicyResponse.BuilderPutFileSystemPolicyResponse.Builder. policy(String policy)The JSON formattedFileSystemPolicyfor the EFS file system.PutFileSystemPolicyResponse.BuilderPutFileSystemPolicyResponse. toBuilder()Methods in software.amazon.awssdk.services.efs.model that return types with arguments of type PutFileSystemPolicyResponse.Builder Modifier and Type Method Description static Class<? extends PutFileSystemPolicyResponse.Builder>PutFileSystemPolicyResponse. serializableBuilderClass()
-