| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
default UntagInstanceProfileResponse |
IamClient.untagInstanceProfile(Consumer<UntagInstanceProfileRequest.Builder> untagInstanceProfileRequest)
Removes the specified tags from the IAM instance profile.
|
default CompletableFuture<UntagInstanceProfileResponse> |
IamAsyncClient.untagInstanceProfile(Consumer<UntagInstanceProfileRequest.Builder> untagInstanceProfileRequest)
Removes the specified tags from the IAM instance profile.
|
| Modifier and Type | Method and Description |
|---|---|
static UntagInstanceProfileRequest.Builder |
UntagInstanceProfileRequest.builder() |
UntagInstanceProfileRequest.Builder |
UntagInstanceProfileRequest.Builder.instanceProfileName(String instanceProfileName)
The name of the IAM instance profile from which you want to remove tags.
|
UntagInstanceProfileRequest.Builder |
UntagInstanceProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagInstanceProfileRequest.Builder |
UntagInstanceProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagInstanceProfileRequest.Builder |
UntagInstanceProfileRequest.Builder.tagKeys(Collection<String> tagKeys)
A list of key names as a simple array of strings.
|
UntagInstanceProfileRequest.Builder |
UntagInstanceProfileRequest.Builder.tagKeys(String... tagKeys)
A list of key names as a simple array of strings.
|
UntagInstanceProfileRequest.Builder |
UntagInstanceProfileRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UntagInstanceProfileRequest.Builder> |
UntagInstanceProfileRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.