Uses of Class
software.amazon.awssdk.services.opsworkscm.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.opsworkscm AWS OpsWorks CM software.amazon.awssdk.services.opsworkscm.paginators -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.opsworkscm
Methods in software.amazon.awssdk.services.opsworkscm that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseOpsWorksCmClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags that are applied to the specified AWS OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise servers or backups.default ListTagsForResourceResponseOpsWorksCmClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags that are applied to the specified AWS OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise servers or backups.Methods in software.amazon.awssdk.services.opsworkscm that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>OpsWorksCmAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags that are applied to the specified AWS OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise servers or backups.default CompletableFuture<ListTagsForResourceResponse>OpsWorksCmAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags that are applied to the specified AWS OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise servers or backups. -
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.opsworkscm.paginators
Methods in software.amazon.awssdk.services.opsworkscm.paginators that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description Iterator<ListTagsForResourceResponse>ListTagsForResourceIterable. iterator()Method parameters in software.amazon.awssdk.services.opsworkscm.paginators with type arguments of type ListTagsForResourceResponse Modifier and Type Method Description voidListTagsForResourcePublisher. subscribe(org.reactivestreams.Subscriber<? super ListTagsForResourceResponse> subscriber)
-