Uses of Class
software.amazon.awssdk.services.iam.model.UntagInstanceProfileResponse
-
Packages that use UntagInstanceProfileResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of UntagInstanceProfileResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return UntagInstanceProfileResponse Modifier and Type Method Description default UntagInstanceProfileResponseIamClient. untagInstanceProfile(Consumer<UntagInstanceProfileRequest.Builder> untagInstanceProfileRequest)Removes the specified tags from the IAM instance profile.default UntagInstanceProfileResponseIamClient. untagInstanceProfile(UntagInstanceProfileRequest untagInstanceProfileRequest)Removes the specified tags from the IAM instance profile.Methods in software.amazon.awssdk.services.iam that return types with arguments of type UntagInstanceProfileResponse Modifier and Type Method Description default CompletableFuture<UntagInstanceProfileResponse>IamAsyncClient. untagInstanceProfile(Consumer<UntagInstanceProfileRequest.Builder> untagInstanceProfileRequest)Removes the specified tags from the IAM instance profile.default CompletableFuture<UntagInstanceProfileResponse>IamAsyncClient. untagInstanceProfile(UntagInstanceProfileRequest untagInstanceProfileRequest)Removes the specified tags from the IAM instance profile.
-