Struct aws_sdk_macie2::client::Client [−][src]
pub struct Client<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Client for Amazon Macie 2
Client for invoking operations on Amazon Macie 2. Each operation on Amazon Macie 2 is a method on this
this struct. .send()
MUST be invoked on the generated operations to dispatch the request to the service.
Examples
Constructing a client and invoking an operation
// create a shared configuration. This can be used & shared between multiple service clients.
let shared_config = aws_config::load_from_env().await;
let client = aws_sdk_macie2::Client::new(&shared_config);
// invoke an operation
/* let rsp = client
.<operation_name>().
.<param>("some value")
.send().await; */
Constructing a client with custom configuration
use aws_config::RetryConfig;
let shared_config = aws_config::load_from_env().await;
let config = aws_sdk_macie2::config::Builder::from(&shared_config)
.retry_config(RetryConfig::disabled())
.build();
let client = aws_sdk_macie2::Client::from_conf(config);
Implementations
impl<C, M, R> Client<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> Client<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
Constructs a fluent builder for the AcceptInvitation
operation.
See AcceptInvitation
for more information about the
operation and its arguments.
Constructs a fluent builder for the BatchGetCustomDataIdentifiers
operation.
See BatchGetCustomDataIdentifiers
for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateClassificationJob
operation.
See CreateClassificationJob
for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateCustomDataIdentifier
operation.
See CreateCustomDataIdentifier
for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateFindingsFilter
operation.
See CreateFindingsFilter
for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateInvitations
operation.
See CreateInvitations
for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateMember
operation.
See CreateMember
for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateSampleFindings
operation.
See CreateSampleFindings
for more information about the
operation and its arguments.
Constructs a fluent builder for the DeclineInvitations
operation.
See DeclineInvitations
for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteCustomDataIdentifier
operation.
See DeleteCustomDataIdentifier
for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteFindingsFilter
operation.
See DeleteFindingsFilter
for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteInvitations
operation.
See DeleteInvitations
for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteMember
operation.
See DeleteMember
for more information about the
operation and its arguments.
Constructs a fluent builder for the DescribeBuckets
operation.
See DescribeBuckets
for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator()
.
Constructs a fluent builder for the DescribeClassificationJob
operation.
See DescribeClassificationJob
for more information about the
operation and its arguments.
pub fn describe_organization_configuration(
&self
) -> DescribeOrganizationConfiguration<C, M, R>
pub fn describe_organization_configuration(
&self
) -> DescribeOrganizationConfiguration<C, M, R>
Constructs a fluent builder for the DescribeOrganizationConfiguration
operation.
See DescribeOrganizationConfiguration
for more information about the
operation and its arguments.
Constructs a fluent builder for the DisableMacie
operation.
See DisableMacie
for more information about the
operation and its arguments.
Constructs a fluent builder for the DisableOrganizationAdminAccount
operation.
See DisableOrganizationAdminAccount
for more information about the
operation and its arguments.
pub fn disassociate_from_administrator_account(
&self
) -> DisassociateFromAdministratorAccount<C, M, R>
pub fn disassociate_from_administrator_account(
&self
) -> DisassociateFromAdministratorAccount<C, M, R>
Constructs a fluent builder for the DisassociateFromAdministratorAccount
operation.
See DisassociateFromAdministratorAccount
for more information about the
operation and its arguments.
Constructs a fluent builder for the DisassociateFromMasterAccount
operation.
See DisassociateFromMasterAccount
for more information about the
operation and its arguments.
Constructs a fluent builder for the DisassociateMember
operation.
See DisassociateMember
for more information about the
operation and its arguments.
Constructs a fluent builder for the EnableMacie
operation.
See EnableMacie
for more information about the
operation and its arguments.
Constructs a fluent builder for the EnableOrganizationAdminAccount
operation.
See EnableOrganizationAdminAccount
for more information about the
operation and its arguments.
Constructs a fluent builder for the GetAdministratorAccount
operation.
See GetAdministratorAccount
for more information about the
operation and its arguments.
Constructs a fluent builder for the GetBucketStatistics
operation.
See GetBucketStatistics
for more information about the
operation and its arguments.
pub fn get_classification_export_configuration(
&self
) -> GetClassificationExportConfiguration<C, M, R>
pub fn get_classification_export_configuration(
&self
) -> GetClassificationExportConfiguration<C, M, R>
Constructs a fluent builder for the GetClassificationExportConfiguration
operation.
See GetClassificationExportConfiguration
for more information about the
operation and its arguments.
Constructs a fluent builder for the GetCustomDataIdentifier
operation.
See GetCustomDataIdentifier
for more information about the
operation and its arguments.
Constructs a fluent builder for the GetFindings
operation.
See GetFindings
for more information about the
operation and its arguments.
Constructs a fluent builder for the GetFindingsFilter
operation.
See GetFindingsFilter
for more information about the
operation and its arguments.
pub fn get_findings_publication_configuration(
&self
) -> GetFindingsPublicationConfiguration<C, M, R>
pub fn get_findings_publication_configuration(
&self
) -> GetFindingsPublicationConfiguration<C, M, R>
Constructs a fluent builder for the GetFindingsPublicationConfiguration
operation.
See GetFindingsPublicationConfiguration
for more information about the
operation and its arguments.
Constructs a fluent builder for the GetFindingStatistics
operation.
See GetFindingStatistics
for more information about the
operation and its arguments.
Constructs a fluent builder for the GetInvitationsCount
operation.
See GetInvitationsCount
for more information about the
operation and its arguments.
Constructs a fluent builder for the GetMacieSession
operation.
See GetMacieSession
for more information about the
operation and its arguments.
Constructs a fluent builder for the GetMasterAccount
operation.
See GetMasterAccount
for more information about the
operation and its arguments.
Constructs a fluent builder for the GetMember
operation.
See GetMember
for more information about the
operation and its arguments.
Constructs a fluent builder for the GetUsageStatistics
operation.
See GetUsageStatistics
for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator()
.
Constructs a fluent builder for the GetUsageTotals
operation.
See GetUsageTotals
for more information about the
operation and its arguments.
Constructs a fluent builder for the ListClassificationJobs
operation.
See ListClassificationJobs
for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator()
.
Constructs a fluent builder for the ListCustomDataIdentifiers
operation.
See ListCustomDataIdentifiers
for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator()
.
Constructs a fluent builder for the ListFindings
operation.
See ListFindings
for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator()
.
Constructs a fluent builder for the ListFindingsFilters
operation.
See ListFindingsFilters
for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator()
.
Constructs a fluent builder for the ListInvitations
operation.
See ListInvitations
for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator()
.
Constructs a fluent builder for the ListManagedDataIdentifiers
operation.
See ListManagedDataIdentifiers
for more information about the
operation and its arguments.
Constructs a fluent builder for the ListMembers
operation.
See ListMembers
for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator()
.
Constructs a fluent builder for the ListOrganizationAdminAccounts
operation.
See ListOrganizationAdminAccounts
for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator()
.
Constructs a fluent builder for the ListTagsForResource
operation.
See ListTagsForResource
for more information about the
operation and its arguments.
pub fn put_classification_export_configuration(
&self
) -> PutClassificationExportConfiguration<C, M, R>
pub fn put_classification_export_configuration(
&self
) -> PutClassificationExportConfiguration<C, M, R>
Constructs a fluent builder for the PutClassificationExportConfiguration
operation.
See PutClassificationExportConfiguration
for more information about the
operation and its arguments.
pub fn put_findings_publication_configuration(
&self
) -> PutFindingsPublicationConfiguration<C, M, R>
pub fn put_findings_publication_configuration(
&self
) -> PutFindingsPublicationConfiguration<C, M, R>
Constructs a fluent builder for the PutFindingsPublicationConfiguration
operation.
See PutFindingsPublicationConfiguration
for more information about the
operation and its arguments.
Constructs a fluent builder for the SearchResources
operation.
See SearchResources
for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator()
.
Constructs a fluent builder for the TagResource
operation.
See TagResource
for more information about the
operation and its arguments.
Constructs a fluent builder for the TestCustomDataIdentifier
operation.
See TestCustomDataIdentifier
for more information about the
operation and its arguments.
Constructs a fluent builder for the UntagResource
operation.
See UntagResource
for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdateClassificationJob
operation.
See UpdateClassificationJob
for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdateFindingsFilter
operation.
See UpdateFindingsFilter
for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdateMacieSession
operation.
See UpdateMacieSession
for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdateMemberSession
operation.
See UpdateMemberSession
for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdateOrganizationConfiguration
operation.
See UpdateOrganizationConfiguration
for more information about the
operation and its arguments.
Creates a client with the given service config and connector override.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for Client<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for Client<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more