Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
IamInstanceProfileAssociation |
IamInstanceProfileAssociation.clone() |
IamInstanceProfileAssociation |
ReplaceIamInstanceProfileAssociationResult.getIamInstanceProfileAssociation()
Information about the IAM instance profile association.
|
IamInstanceProfileAssociation |
AssociateIamInstanceProfileResult.getIamInstanceProfileAssociation()
Information about the IAM instance profile association.
|
IamInstanceProfileAssociation |
DisassociateIamInstanceProfileResult.getIamInstanceProfileAssociation()
Information about the IAM instance profile association.
|
IamInstanceProfileAssociation |
IamInstanceProfileAssociation.withAssociationId(String associationId)
The ID of the association.
|
IamInstanceProfileAssociation |
IamInstanceProfileAssociation.withIamInstanceProfile(IamInstanceProfile iamInstanceProfile)
The IAM instance profile.
|
IamInstanceProfileAssociation |
IamInstanceProfileAssociation.withInstanceId(String instanceId)
The ID of the instance.
|
IamInstanceProfileAssociation |
IamInstanceProfileAssociation.withState(IamInstanceProfileAssociationState state)
The state of the association.
|
IamInstanceProfileAssociation |
IamInstanceProfileAssociation.withState(String state)
The state of the association.
|
IamInstanceProfileAssociation |
IamInstanceProfileAssociation.withTimestamp(Date timestamp)
The time the IAM instance profile was associated with the instance.
|
Modifier and Type | Method and Description |
---|---|
List<IamInstanceProfileAssociation> |
DescribeIamInstanceProfileAssociationsResult.getIamInstanceProfileAssociations()
Information about the IAM instance profile associations.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplaceIamInstanceProfileAssociationResult.setIamInstanceProfileAssociation(IamInstanceProfileAssociation iamInstanceProfileAssociation)
Information about the IAM instance profile association.
|
void |
AssociateIamInstanceProfileResult.setIamInstanceProfileAssociation(IamInstanceProfileAssociation iamInstanceProfileAssociation)
Information about the IAM instance profile association.
|
void |
DisassociateIamInstanceProfileResult.setIamInstanceProfileAssociation(IamInstanceProfileAssociation iamInstanceProfileAssociation)
Information about the IAM instance profile association.
|
ReplaceIamInstanceProfileAssociationResult |
ReplaceIamInstanceProfileAssociationResult.withIamInstanceProfileAssociation(IamInstanceProfileAssociation iamInstanceProfileAssociation)
Information about the IAM instance profile association.
|
AssociateIamInstanceProfileResult |
AssociateIamInstanceProfileResult.withIamInstanceProfileAssociation(IamInstanceProfileAssociation iamInstanceProfileAssociation)
Information about the IAM instance profile association.
|
DisassociateIamInstanceProfileResult |
DisassociateIamInstanceProfileResult.withIamInstanceProfileAssociation(IamInstanceProfileAssociation iamInstanceProfileAssociation)
Information about the IAM instance profile association.
|
DescribeIamInstanceProfileAssociationsResult |
DescribeIamInstanceProfileAssociationsResult.withIamInstanceProfileAssociations(IamInstanceProfileAssociation... iamInstanceProfileAssociations)
Information about the IAM instance profile associations.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeIamInstanceProfileAssociationsResult.setIamInstanceProfileAssociations(Collection<IamInstanceProfileAssociation> iamInstanceProfileAssociations)
Information about the IAM instance profile associations.
|
DescribeIamInstanceProfileAssociationsResult |
DescribeIamInstanceProfileAssociationsResult.withIamInstanceProfileAssociations(Collection<IamInstanceProfileAssociation> iamInstanceProfileAssociations)
Information about the IAM instance profile associations.
|
Copyright © 2021. All rights reserved.