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