Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.chimesdkvoice The Amazon Chime SDK telephony APIs in this section enable developers to create PSTN calling solutions that use Amazon Chime SDK Voice Connectors, and Amazon Chime SDK SIP media applications. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseChimeSdkVoiceClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds a tag to the specified resource.default TagResourceResponseChimeSdkVoiceClient. tagResource(TagResourceRequest tagResourceRequest)Adds a tag to the specified resource.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ChimeSdkVoiceAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds a tag to the specified resource.default CompletableFuture<TagResourceResponse>ChimeSdkVoiceAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds a tag to the specified resource.
-