| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
IamInstanceProfileAssociation |
DisassociateIamInstanceProfileResponse.iamInstanceProfileAssociation()
Information about the IAM instance profile association.
|
IamInstanceProfileAssociation |
ReplaceIamInstanceProfileAssociationResponse.iamInstanceProfileAssociation()
Information about the IAM instance profile association.
|
IamInstanceProfileAssociation |
AssociateIamInstanceProfileResponse.iamInstanceProfileAssociation()
Information about the IAM instance profile association.
|
| Modifier and Type | Method and Description |
|---|---|
List<IamInstanceProfileAssociation> |
DescribeIamInstanceProfileAssociationsResponse.iamInstanceProfileAssociations()
Information about the IAM instance profile associations.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateIamInstanceProfileResponse.Builder |
DisassociateIamInstanceProfileResponse.Builder.iamInstanceProfileAssociation(IamInstanceProfileAssociation iamInstanceProfileAssociation)
Information about the IAM instance profile association.
|
ReplaceIamInstanceProfileAssociationResponse.Builder |
ReplaceIamInstanceProfileAssociationResponse.Builder.iamInstanceProfileAssociation(IamInstanceProfileAssociation iamInstanceProfileAssociation)
Information about the IAM instance profile association.
|
AssociateIamInstanceProfileResponse.Builder |
AssociateIamInstanceProfileResponse.Builder.iamInstanceProfileAssociation(IamInstanceProfileAssociation iamInstanceProfileAssociation)
Information about the IAM instance profile association.
|
DescribeIamInstanceProfileAssociationsResponse.Builder |
DescribeIamInstanceProfileAssociationsResponse.Builder.iamInstanceProfileAssociations(IamInstanceProfileAssociation... iamInstanceProfileAssociations)
Information about the IAM instance profile associations.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeIamInstanceProfileAssociationsResponse.Builder |
DescribeIamInstanceProfileAssociationsResponse.Builder.iamInstanceProfileAssociations(Collection<IamInstanceProfileAssociation> iamInstanceProfileAssociations)
Information about the IAM instance profile associations.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<IamInstanceProfileAssociation> |
DescribeIamInstanceProfileAssociationsPublisher.iamInstanceProfileAssociations()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<IamInstanceProfileAssociation> |
DescribeIamInstanceProfileAssociationsIterable.iamInstanceProfileAssociations()
Returns an iterable to iterate through the paginated
DescribeIamInstanceProfileAssociationsResponse.iamInstanceProfileAssociations() member. |
Copyright © 2021. All rights reserved.