Uses of Class
com.amazonaws.services.logs.model.PutDestinationResult
-
Packages that use PutDestinationResult Package Description com.amazonaws.services.logs com.amazonaws.services.logs.model -
-
Uses of PutDestinationResult in com.amazonaws.services.logs
Methods in com.amazonaws.services.logs that return PutDestinationResult Modifier and Type Method Description PutDestinationResult
AbstractAWSLogs. putDestination(PutDestinationRequest request)
PutDestinationResult
AWSLogs. putDestination(PutDestinationRequest putDestinationRequest)
Creates or updates aDestination
.PutDestinationResult
AWSLogsClient. putDestination(PutDestinationRequest putDestinationRequest)
Creates or updates aDestination
.Method parameters in com.amazonaws.services.logs with type arguments of type PutDestinationResult Modifier and Type Method Description Future<PutDestinationResult>
AbstractAWSLogsAsync. putDestinationAsync(PutDestinationRequest request, AsyncHandler<PutDestinationRequest,PutDestinationResult> asyncHandler)
Future<PutDestinationResult>
AWSLogsAsync. putDestinationAsync(PutDestinationRequest putDestinationRequest, AsyncHandler<PutDestinationRequest,PutDestinationResult> asyncHandler)
Creates or updates aDestination
.Future<PutDestinationResult>
AWSLogsAsyncClient. putDestinationAsync(PutDestinationRequest request, AsyncHandler<PutDestinationRequest,PutDestinationResult> asyncHandler)
-
Uses of PutDestinationResult in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return PutDestinationResult Modifier and Type Method Description PutDestinationResult
PutDestinationResult. clone()
PutDestinationResult
PutDestinationResult. withDestination(Destination destination)
-