Uses of Class
software.amazon.awssdk.services.ec2.model.GroupIdentifier
Packages that use GroupIdentifier
-
Uses of GroupIdentifier in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type GroupIdentifierModifier and TypeMethodDescriptionfinal List<GroupIdentifier>ClassicLinkInstance.groups()The security groups.final List<GroupIdentifier>DescribeInstanceAttributeResponse.groups()The security groups associated with the instance.final List<GroupIdentifier>DescribeNetworkInterfaceAttributeResponse.groups()The security groups associated with the network interface.final List<GroupIdentifier>InstanceNetworkInterface.groups()The security groups.final List<GroupIdentifier>NetworkInterface.groups()Any security groups for the network interface.final List<GroupIdentifier>Reservation.groups()Not supported.final List<GroupIdentifier>RunInstancesResponse.groups()Not supported.final List<GroupIdentifier>Instance.securityGroups()The security groups for the instance.final List<GroupIdentifier>LaunchSpecification.securityGroups()The IDs of the security groups.final List<GroupIdentifier>SpotFleetLaunchSpecification.securityGroups()The security groups.Methods in software.amazon.awssdk.services.ec2.model with parameters of type GroupIdentifierModifier and TypeMethodDescriptionClassicLinkInstance.Builder.groups(GroupIdentifier... groups) The security groups.DescribeInstanceAttributeResponse.Builder.groups(GroupIdentifier... groups) The security groups associated with the instance.DescribeNetworkInterfaceAttributeResponse.Builder.groups(GroupIdentifier... groups) The security groups associated with the network interface.InstanceNetworkInterface.Builder.groups(GroupIdentifier... groups) The security groups.NetworkInterface.Builder.groups(GroupIdentifier... groups) Any security groups for the network interface.Reservation.Builder.groups(GroupIdentifier... groups) Not supported.RunInstancesResponse.Builder.groups(GroupIdentifier... groups) Not supported.Instance.Builder.securityGroups(GroupIdentifier... securityGroups) The security groups for the instance.LaunchSpecification.Builder.securityGroups(GroupIdentifier... securityGroups) The IDs of the security groups.SpotFleetLaunchSpecification.Builder.securityGroups(GroupIdentifier... securityGroups) The security groups.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type GroupIdentifierModifier and TypeMethodDescriptionClassicLinkInstance.Builder.groups(Collection<GroupIdentifier> groups) The security groups.DescribeInstanceAttributeResponse.Builder.groups(Collection<GroupIdentifier> groups) The security groups associated with the instance.DescribeNetworkInterfaceAttributeResponse.Builder.groups(Collection<GroupIdentifier> groups) The security groups associated with the network interface.InstanceNetworkInterface.Builder.groups(Collection<GroupIdentifier> groups) The security groups.NetworkInterface.Builder.groups(Collection<GroupIdentifier> groups) Any security groups for the network interface.Reservation.Builder.groups(Collection<GroupIdentifier> groups) Not supported.RunInstancesResponse.Builder.groups(Collection<GroupIdentifier> groups) Not supported.Instance.Builder.securityGroups(Collection<GroupIdentifier> securityGroups) The security groups for the instance.LaunchSpecification.Builder.securityGroups(Collection<GroupIdentifier> securityGroups) The IDs of the security groups.SpotFleetLaunchSpecification.Builder.securityGroups(Collection<GroupIdentifier> securityGroups) The security groups.