Uses of Class
com.oracle.bmc.stackmonitoring.requests.UpdateAndPropagateTagsRequest
-
Packages that use UpdateAndPropagateTagsRequest Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.requests -
-
Uses of UpdateAndPropagateTagsRequest in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring with parameters of type UpdateAndPropagateTagsRequest Modifier and Type Method Description UpdateAndPropagateTagsResponse
StackMonitoring. updateAndPropagateTags(UpdateAndPropagateTagsRequest request)
Provided tags will be added or updated in the existing list of tags for the affected resources.Future<UpdateAndPropagateTagsResponse>
StackMonitoringAsync. updateAndPropagateTags(UpdateAndPropagateTagsRequest request, AsyncHandler<UpdateAndPropagateTagsRequest,UpdateAndPropagateTagsResponse> handler)
Provided tags will be added or updated in the existing list of tags for the affected resources.Future<UpdateAndPropagateTagsResponse>
StackMonitoringAsyncClient. updateAndPropagateTags(UpdateAndPropagateTagsRequest request, AsyncHandler<UpdateAndPropagateTagsRequest,UpdateAndPropagateTagsResponse> handler)
UpdateAndPropagateTagsResponse
StackMonitoringClient. updateAndPropagateTags(UpdateAndPropagateTagsRequest request)
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type UpdateAndPropagateTagsRequest Modifier and Type Method Description Future<UpdateAndPropagateTagsResponse>
StackMonitoringAsync. updateAndPropagateTags(UpdateAndPropagateTagsRequest request, AsyncHandler<UpdateAndPropagateTagsRequest,UpdateAndPropagateTagsResponse> handler)
Provided tags will be added or updated in the existing list of tags for the affected resources.Future<UpdateAndPropagateTagsResponse>
StackMonitoringAsyncClient. updateAndPropagateTags(UpdateAndPropagateTagsRequest request, AsyncHandler<UpdateAndPropagateTagsRequest,UpdateAndPropagateTagsResponse> handler)
-
Uses of UpdateAndPropagateTagsRequest in com.oracle.bmc.stackmonitoring.requests
Methods in com.oracle.bmc.stackmonitoring.requests that return UpdateAndPropagateTagsRequest Modifier and Type Method Description UpdateAndPropagateTagsRequest
UpdateAndPropagateTagsRequest.Builder. build()
Build the instance of UpdateAndPropagateTagsRequest as configured by this builderUpdateAndPropagateTagsRequest
UpdateAndPropagateTagsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateAndPropagateTagsRequest as configured by this builderMethods in com.oracle.bmc.stackmonitoring.requests with parameters of type UpdateAndPropagateTagsRequest Modifier and Type Method Description UpdateAndPropagateTagsRequest.Builder
UpdateAndPropagateTagsRequest.Builder. copy(UpdateAndPropagateTagsRequest o)
Copy method to populate the builder with values from the given instance.
-