Uses of Class
software.amazon.awssdk.services.ec2.model.ReplaceIamInstanceProfileAssociationResponse
-
Packages that use ReplaceIamInstanceProfileAssociationResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of ReplaceIamInstanceProfileAssociationResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ReplaceIamInstanceProfileAssociationResponse Modifier and Type Method Description default ReplaceIamInstanceProfileAssociationResponseEc2Client. replaceIamInstanceProfileAssociation(Consumer<ReplaceIamInstanceProfileAssociationRequest.Builder> replaceIamInstanceProfileAssociationRequest)Replaces an IAM instance profile for the specified running instance.default ReplaceIamInstanceProfileAssociationResponseEc2Client. replaceIamInstanceProfileAssociation(ReplaceIamInstanceProfileAssociationRequest replaceIamInstanceProfileAssociationRequest)Replaces an IAM instance profile for the specified running instance.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ReplaceIamInstanceProfileAssociationResponse Modifier and Type Method Description default CompletableFuture<ReplaceIamInstanceProfileAssociationResponse>Ec2AsyncClient. replaceIamInstanceProfileAssociation(Consumer<ReplaceIamInstanceProfileAssociationRequest.Builder> replaceIamInstanceProfileAssociationRequest)Replaces an IAM instance profile for the specified running instance.default CompletableFuture<ReplaceIamInstanceProfileAssociationResponse>Ec2AsyncClient. replaceIamInstanceProfileAssociation(ReplaceIamInstanceProfileAssociationRequest replaceIamInstanceProfileAssociationRequest)Replaces an IAM instance profile for the specified running instance.
-