Uses of Class
software.amazon.awssdk.services.ec2.model.IamInstanceProfileAssociation
Packages that use IamInstanceProfileAssociation
Package
Description
-
Uses of IamInstanceProfileAssociation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IamInstanceProfileAssociationModifier and TypeMethodDescriptionAssociateIamInstanceProfileResponse.iamInstanceProfileAssociation()Information about the IAM instance profile association.DisassociateIamInstanceProfileResponse.iamInstanceProfileAssociation()Information about the IAM instance profile association.ReplaceIamInstanceProfileAssociationResponse.iamInstanceProfileAssociation()Information about the IAM instance profile association.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IamInstanceProfileAssociationModifier and TypeMethodDescriptionDescribeIamInstanceProfileAssociationsResponse.iamInstanceProfileAssociations()Information about the IAM instance profile associations.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IamInstanceProfileAssociationModifier and TypeMethodDescriptionAssociateIamInstanceProfileResponse.Builder.iamInstanceProfileAssociation(IamInstanceProfileAssociation iamInstanceProfileAssociation) Information about the IAM instance profile association.DisassociateIamInstanceProfileResponse.Builder.iamInstanceProfileAssociation(IamInstanceProfileAssociation iamInstanceProfileAssociation) Information about the IAM instance profile association.ReplaceIamInstanceProfileAssociationResponse.Builder.iamInstanceProfileAssociation(IamInstanceProfileAssociation iamInstanceProfileAssociation) Information about the IAM instance profile association.DescribeIamInstanceProfileAssociationsResponse.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 IamInstanceProfileAssociationModifier and TypeMethodDescriptionDescribeIamInstanceProfileAssociationsResponse.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 IamInstanceProfileAssociationModifier and TypeMethodDescriptionDescribeIamInstanceProfileAssociationsIterable.iamInstanceProfileAssociations()Returns an iterable to iterate through the paginatedDescribeIamInstanceProfileAssociationsResponse.iamInstanceProfileAssociations()member.DescribeIamInstanceProfileAssociationsPublisher.iamInstanceProfileAssociations()Returns a publisher that can be used to get a stream of data.