Uses of Interface
software.amazon.awssdk.services.iam.model.UntagInstanceProfileRequest.Builder
-
Packages that use UntagInstanceProfileRequest.Builder Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.model -
-
Uses of UntagInstanceProfileRequest.Builder in software.amazon.awssdk.services.iam
Method parameters in software.amazon.awssdk.services.iam with type arguments of type UntagInstanceProfileRequest.Builder Modifier and Type Method Description default CompletableFuture<UntagInstanceProfileResponse>IamAsyncClient. untagInstanceProfile(Consumer<UntagInstanceProfileRequest.Builder> untagInstanceProfileRequest)Removes the specified tags from the IAM instance profile.default UntagInstanceProfileResponseIamClient. untagInstanceProfile(Consumer<UntagInstanceProfileRequest.Builder> untagInstanceProfileRequest)Removes the specified tags from the IAM instance profile. -
Uses of UntagInstanceProfileRequest.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return UntagInstanceProfileRequest.Builder Modifier and Type Method Description static UntagInstanceProfileRequest.BuilderUntagInstanceProfileRequest. builder()UntagInstanceProfileRequest.BuilderUntagInstanceProfileRequest.Builder. instanceProfileName(String instanceProfileName)The name of the IAM instance profile from which you want to remove tags.UntagInstanceProfileRequest.BuilderUntagInstanceProfileRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UntagInstanceProfileRequest.BuilderUntagInstanceProfileRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UntagInstanceProfileRequest.BuilderUntagInstanceProfileRequest.Builder. tagKeys(String... tagKeys)A list of key names as a simple array of strings.UntagInstanceProfileRequest.BuilderUntagInstanceProfileRequest.Builder. tagKeys(Collection<String> tagKeys)A list of key names as a simple array of strings.UntagInstanceProfileRequest.BuilderUntagInstanceProfileRequest. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type UntagInstanceProfileRequest.Builder Modifier and Type Method Description static Class<? extends UntagInstanceProfileRequest.Builder>UntagInstanceProfileRequest. serializableBuilderClass()
-