Uses of Class
software.amazon.awssdk.services.ec2.model.IamInstanceProfileAssociation
-
Packages that use IamInstanceProfileAssociation Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of IamInstanceProfileAssociation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IamInstanceProfileAssociation Modifier and Type Method Description IamInstanceProfileAssociationAssociateIamInstanceProfileResponse. iamInstanceProfileAssociation()Information about the IAM instance profile association.IamInstanceProfileAssociationDisassociateIamInstanceProfileResponse. iamInstanceProfileAssociation()Information about the IAM instance profile association.IamInstanceProfileAssociationReplaceIamInstanceProfileAssociationResponse. iamInstanceProfileAssociation()Information about the IAM instance profile association.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IamInstanceProfileAssociation Modifier and Type Method Description List<IamInstanceProfileAssociation>DescribeIamInstanceProfileAssociationsResponse. iamInstanceProfileAssociations()Information about the IAM instance profile associations.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IamInstanceProfileAssociation Modifier and Type Method Description AssociateIamInstanceProfileResponse.BuilderAssociateIamInstanceProfileResponse.Builder. iamInstanceProfileAssociation(IamInstanceProfileAssociation iamInstanceProfileAssociation)Information about the IAM instance profile association.DisassociateIamInstanceProfileResponse.BuilderDisassociateIamInstanceProfileResponse.Builder. iamInstanceProfileAssociation(IamInstanceProfileAssociation iamInstanceProfileAssociation)Information about the IAM instance profile association.ReplaceIamInstanceProfileAssociationResponse.BuilderReplaceIamInstanceProfileAssociationResponse.Builder. iamInstanceProfileAssociation(IamInstanceProfileAssociation iamInstanceProfileAssociation)Information about the IAM instance profile association.DescribeIamInstanceProfileAssociationsResponse.BuilderDescribeIamInstanceProfileAssociationsResponse.Builder. iamInstanceProfileAssociations(IamInstanceProfileAssociation... iamInstanceProfileAssociations)Information about the IAM instance profile associations.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IamInstanceProfileAssociation Modifier and Type Method Description DescribeIamInstanceProfileAssociationsResponse.BuilderDescribeIamInstanceProfileAssociationsResponse.Builder. iamInstanceProfileAssociations(Collection<IamInstanceProfileAssociation> iamInstanceProfileAssociations)Information about the IAM instance profile associations. -
Uses of IamInstanceProfileAssociation in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type IamInstanceProfileAssociation Modifier and Type Method Description SdkIterable<IamInstanceProfileAssociation>DescribeIamInstanceProfileAssociationsIterable. iamInstanceProfileAssociations()Returns an iterable to iterate through the paginatedDescribeIamInstanceProfileAssociationsResponse.iamInstanceProfileAssociations()member.SdkPublisher<IamInstanceProfileAssociation>DescribeIamInstanceProfileAssociationsPublisher. iamInstanceProfileAssociations()Returns a publisher that can be used to get a stream of data.
-