Uses of Class
software.amazon.awssdk.services.iam.model.TagInstanceProfileRequest
-
Packages that use TagInstanceProfileRequest Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.transform -
-
Uses of TagInstanceProfileRequest in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam with parameters of type TagInstanceProfileRequest Modifier and Type Method Description default CompletableFuture<TagInstanceProfileResponse>IamAsyncClient. tagInstanceProfile(TagInstanceProfileRequest tagInstanceProfileRequest)Adds one or more tags to an IAM instance profile.default TagInstanceProfileResponseIamClient. tagInstanceProfile(TagInstanceProfileRequest tagInstanceProfileRequest)Adds one or more tags to an IAM instance profile. -
Uses of TagInstanceProfileRequest in software.amazon.awssdk.services.iam.transform
Methods in software.amazon.awssdk.services.iam.transform with parameters of type TagInstanceProfileRequest Modifier and Type Method Description SdkHttpFullRequestTagInstanceProfileRequestMarshaller. marshall(TagInstanceProfileRequest tagInstanceProfileRequest)
-