Uses of Class
software.amazon.awssdk.services.iam.model.TagInstanceProfileResponse
-
Packages that use TagInstanceProfileResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of TagInstanceProfileResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return TagInstanceProfileResponse Modifier and Type Method Description default TagInstanceProfileResponseIamClient. tagInstanceProfile(Consumer<TagInstanceProfileRequest.Builder> 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.Methods in software.amazon.awssdk.services.iam that return types with arguments of type TagInstanceProfileResponse Modifier and Type Method Description default CompletableFuture<TagInstanceProfileResponse>IamAsyncClient. tagInstanceProfile(Consumer<TagInstanceProfileRequest.Builder> tagInstanceProfileRequest)Adds one or more tags to an IAM instance profile.default CompletableFuture<TagInstanceProfileResponse>IamAsyncClient. tagInstanceProfile(TagInstanceProfileRequest tagInstanceProfileRequest)Adds one or more tags to an IAM instance profile.
-