Uses of Class
software.amazon.awssdk.services.ec2.model.DisassociateIamInstanceProfileResponse
Packages that use DisassociateIamInstanceProfileResponse
-
Uses of DisassociateIamInstanceProfileResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DisassociateIamInstanceProfileResponseModifier and TypeMethodDescriptionEc2Client.disassociateIamInstanceProfile(Consumer<DisassociateIamInstanceProfileRequest.Builder> disassociateIamInstanceProfileRequest) Disassociates an IAM instance profile from a running or stopped instance.Ec2Client.disassociateIamInstanceProfile(DisassociateIamInstanceProfileRequest disassociateIamInstanceProfileRequest) Disassociates an IAM instance profile from a running or stopped instance.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DisassociateIamInstanceProfileResponseModifier and TypeMethodDescriptionEc2AsyncClient.disassociateIamInstanceProfile(Consumer<DisassociateIamInstanceProfileRequest.Builder> disassociateIamInstanceProfileRequest) Disassociates an IAM instance profile from a running or stopped instance.Ec2AsyncClient.disassociateIamInstanceProfile(DisassociateIamInstanceProfileRequest disassociateIamInstanceProfileRequest) Disassociates an IAM instance profile from a running or stopped instance.