Uses of Class
software.amazon.awssdk.services.efs.model.SecurityGroupNotFoundException
-
Packages that use SecurityGroupNotFoundException Package Description software.amazon.awssdk.services.efs Amazon Elastic File System -
-
Uses of SecurityGroupNotFoundException in software.amazon.awssdk.services.efs
Methods in software.amazon.awssdk.services.efs that throw SecurityGroupNotFoundException Modifier and Type Method Description default CreateMountTargetResponseEfsClient. createMountTarget(Consumer<CreateMountTargetRequest.Builder> createMountTargetRequest)Creates a mount target for a file system.default CreateMountTargetResponseEfsClient. createMountTarget(CreateMountTargetRequest createMountTargetRequest)Creates a mount target for a file system.default ModifyMountTargetSecurityGroupsResponseEfsClient. modifyMountTargetSecurityGroups(Consumer<ModifyMountTargetSecurityGroupsRequest.Builder> modifyMountTargetSecurityGroupsRequest)Modifies the set of security groups in effect for a mount target.default ModifyMountTargetSecurityGroupsResponseEfsClient. modifyMountTargetSecurityGroups(ModifyMountTargetSecurityGroupsRequest modifyMountTargetSecurityGroupsRequest)Modifies the set of security groups in effect for a mount target.
-