Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
GroupIdentifier |
GroupIdentifier.clone() |
GroupIdentifier |
GroupIdentifier.withGroupId(String groupId)
The ID of the security group.
|
GroupIdentifier |
GroupIdentifier.withGroupName(String groupName)
The name of the security group.
|
Modifier and Type | Method and Description |
---|---|
List<GroupIdentifier> |
LaunchSpecification.getAllSecurityGroups()
The IDs of the security groups.
|
List<GroupIdentifier> |
InstanceNetworkInterface.getGroups()
The security groups.
|
List<GroupIdentifier> |
Reservation.getGroups()
Not supported.
|
List<GroupIdentifier> |
InstanceAttribute.getGroups()
The security groups associated with the instance.
|
List<GroupIdentifier> |
ClassicLinkInstance.getGroups()
The security groups.
|
List<GroupIdentifier> |
NetworkInterface.getGroups()
Any security groups for the network interface.
|
List<GroupIdentifier> |
DescribeNetworkInterfaceAttributeResult.getGroups()
The security groups associated with the network interface.
|
List<GroupIdentifier> |
SpotFleetLaunchSpecification.getSecurityGroups()
The security groups.
|
List<GroupIdentifier> |
Instance.getSecurityGroups()
The security groups for the instance.
|
Modifier and Type | Method and Description |
---|---|
LaunchSpecification |
LaunchSpecification.withAllSecurityGroups(GroupIdentifier... allSecurityGroups)
The IDs of the security groups.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withGroups(GroupIdentifier... groups)
The security groups.
|
Reservation |
Reservation.withGroups(GroupIdentifier... groups)
Not supported.
|
InstanceAttribute |
InstanceAttribute.withGroups(GroupIdentifier... groups)
The security groups associated with the instance.
|
ClassicLinkInstance |
ClassicLinkInstance.withGroups(GroupIdentifier... groups)
The security groups.
|
NetworkInterface |
NetworkInterface.withGroups(GroupIdentifier... groups)
Any security groups for the network interface.
|
DescribeNetworkInterfaceAttributeResult |
DescribeNetworkInterfaceAttributeResult.withGroups(GroupIdentifier... groups)
The security groups associated with the network interface.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withSecurityGroups(GroupIdentifier... securityGroups)
The security groups.
|
Instance |
Instance.withSecurityGroups(GroupIdentifier... securityGroups)
The security groups for the instance.
|
Modifier and Type | Method and Description |
---|---|
void |
LaunchSpecification.setAllSecurityGroups(Collection<GroupIdentifier> allSecurityGroups)
The IDs of the security groups.
|
void |
InstanceNetworkInterface.setGroups(Collection<GroupIdentifier> groups)
The security groups.
|
void |
Reservation.setGroups(Collection<GroupIdentifier> groups)
Not supported.
|
void |
InstanceAttribute.setGroups(Collection<GroupIdentifier> groups)
The security groups associated with the instance.
|
void |
ClassicLinkInstance.setGroups(Collection<GroupIdentifier> groups)
The security groups.
|
void |
NetworkInterface.setGroups(Collection<GroupIdentifier> groups)
Any security groups for the network interface.
|
void |
DescribeNetworkInterfaceAttributeResult.setGroups(Collection<GroupIdentifier> groups)
The security groups associated with the network interface.
|
void |
SpotFleetLaunchSpecification.setSecurityGroups(Collection<GroupIdentifier> securityGroups)
The security groups.
|
void |
Instance.setSecurityGroups(Collection<GroupIdentifier> securityGroups)
The security groups for the instance.
|
LaunchSpecification |
LaunchSpecification.withAllSecurityGroups(Collection<GroupIdentifier> allSecurityGroups)
The IDs of the security groups.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withGroups(Collection<GroupIdentifier> groups)
The security groups.
|
Reservation |
Reservation.withGroups(Collection<GroupIdentifier> groups)
Not supported.
|
InstanceAttribute |
InstanceAttribute.withGroups(Collection<GroupIdentifier> groups)
The security groups associated with the instance.
|
ClassicLinkInstance |
ClassicLinkInstance.withGroups(Collection<GroupIdentifier> groups)
The security groups.
|
NetworkInterface |
NetworkInterface.withGroups(Collection<GroupIdentifier> groups)
Any security groups for the network interface.
|
DescribeNetworkInterfaceAttributeResult |
DescribeNetworkInterfaceAttributeResult.withGroups(Collection<GroupIdentifier> groups)
The security groups associated with the network interface.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withSecurityGroups(Collection<GroupIdentifier> securityGroups)
The security groups.
|
Instance |
Instance.withSecurityGroups(Collection<GroupIdentifier> securityGroups)
The security groups for the instance.
|
Copyright © 2023. All rights reserved.