Uses of Interface
software.amazon.awssdk.services.connect.model.TagContactRequest.Builder
-
Packages that use TagContactRequest.Builder Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.model -
-
Uses of TagContactRequest.Builder in software.amazon.awssdk.services.connect
Method parameters in software.amazon.awssdk.services.connect with type arguments of type TagContactRequest.Builder Modifier and Type Method Description default CompletableFuture<TagContactResponse>ConnectAsyncClient. tagContact(Consumer<TagContactRequest.Builder> tagContactRequest)Adds the specified tags to the contact resource.default TagContactResponseConnectClient. tagContact(Consumer<TagContactRequest.Builder> tagContactRequest)Adds the specified tags to the contact resource. -
Uses of TagContactRequest.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return TagContactRequest.Builder Modifier and Type Method Description static TagContactRequest.BuilderTagContactRequest. builder()TagContactRequest.BuilderTagContactRequest.Builder. contactId(String contactId)The identifier of the contact in this instance of Amazon Connect.TagContactRequest.BuilderTagContactRequest.Builder. instanceId(String instanceId)The identifier of the Amazon Connect instance.TagContactRequest.BuilderTagContactRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TagContactRequest.BuilderTagContactRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)TagContactRequest.BuilderTagContactRequest.Builder. tags(Map<String,String> tags)The tags to be assigned to the contact resource.TagContactRequest.BuilderTagContactRequest. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type TagContactRequest.Builder Modifier and Type Method Description static Class<? extends TagContactRequest.Builder>TagContactRequest. serializableBuilderClass()
-