pub struct AWSLogsIntegrationAPI { /* private fields */ }
Expand description
Configure your Datadog-AWS-Logs integration directly through Datadog API. For more information, see the AWS integration page.
Implementations§
Source§impl AWSLogsIntegrationAPI
impl AWSLogsIntegrationAPI
pub fn new() -> Self
Sourcepub fn with_config(config: Configuration) -> Self
pub fn with_config(config: Configuration) -> Self
pub fn with_client_and_config( config: Configuration, client: ClientWithMiddleware, ) -> Self
Sourcepub async fn list_aws_logs_services(
&self,
) -> Result<AWSLogsServicesResponse, Error<ListAWSLogsServicesError>>
pub async fn list_aws_logs_services( &self, ) -> Result<AWSLogsServicesResponse, Error<ListAWSLogsServicesError>>
Get a list of AWS services that can send logs to Datadog.
Sourcepub async fn list_aws_logs_services_with_http_info(
&self,
) -> Result<ResponseContent<AWSLogsServicesResponse>, Error<ListAWSLogsServicesError>>
pub async fn list_aws_logs_services_with_http_info( &self, ) -> Result<ResponseContent<AWSLogsServicesResponse>, Error<ListAWSLogsServicesError>>
Get a list of AWS services that can send logs to Datadog.
Trait Implementations§
Source§impl Clone for AWSLogsIntegrationAPI
impl Clone for AWSLogsIntegrationAPI
Source§fn clone(&self) -> AWSLogsIntegrationAPI
fn clone(&self) -> AWSLogsIntegrationAPI
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AWSLogsIntegrationAPI
impl Debug for AWSLogsIntegrationAPI
Auto Trait Implementations§
impl Freeze for AWSLogsIntegrationAPI
impl !RefUnwindSafe for AWSLogsIntegrationAPI
impl Send for AWSLogsIntegrationAPI
impl Sync for AWSLogsIntegrationAPI
impl Unpin for AWSLogsIntegrationAPI
impl !UnwindSafe for AWSLogsIntegrationAPI
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more