Uses of Class
software.amazon.awssdk.services.opsworkscm.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.opsworkscm AWS OpsWorks CM software.amazon.awssdk.services.opsworkscm.paginators software.amazon.awssdk.services.opsworkscm.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.opsworkscm
Methods in software.amazon.awssdk.services.opsworkscm with parameters of type ListTagsForResourceRequest Modifier and Type Method Description 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.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.default ListTagsForResourcePublisherOpsWorksCmAsyncClient. listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest)This is a variant ofOpsWorksCmAsyncClient.listTagsForResource(software.amazon.awssdk.services.opsworkscm.model.ListTagsForResourceRequest)operation.default ListTagsForResourceIterableOpsWorksCmClient. listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest)This is a variant ofOpsWorksCmClient.listTagsForResource(software.amazon.awssdk.services.opsworkscm.model.ListTagsForResourceRequest)operation. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.opsworkscm.paginators
Constructors in software.amazon.awssdk.services.opsworkscm.paginators with parameters of type ListTagsForResourceRequest Constructor Description ListTagsForResourceIterable(OpsWorksCmClient client, ListTagsForResourceRequest firstRequest)ListTagsForResourcePublisher(OpsWorksCmAsyncClient client, ListTagsForResourceRequest firstRequest) -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.opsworkscm.transform
Methods in software.amazon.awssdk.services.opsworkscm.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-