Méthode | Description | |
---|---|---|
AddTags ( |
Adds one or more tags to a trail, up to a limit of 50. Tags must be unique per trail. Overwrites an existing tag's value when a new value is specified for an existing tag key. If you specify a key without a value, the tag will be created with the specified key and a value of null. You can tag a trail that applies to all regions only from the region in which the trail was created (that is, from its home region).
|
|
AddTagsAsync ( |
Initiates the asynchronous execution of the AddTags operation.
|
|
AmazonCloudTrailClient ( ) : System |
Constructs AmazonCloudTrailClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonCloudTrailClient ( |
Constructs AmazonCloudTrailClient with AWS Credentials
|
|
AmazonCloudTrailClient ( |
Constructs AmazonCloudTrailClient with AWS Credentials and an AmazonCloudTrailClient Configuration object.
|
|
AmazonCloudTrailClient ( |
Constructs AmazonCloudTrailClient with AWS Credentials
|
|
AmazonCloudTrailClient ( |
Constructs AmazonCloudTrailClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonCloudTrailClient ( RegionEndpoint region ) : System |
Constructs AmazonCloudTrailClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonCloudTrailClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonCloudTrailClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonCloudTrailClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonCloudTrailClient with AWS Access Key ID, AWS Secret Key and an AmazonCloudTrailClient Configuration object.
|
|
AmazonCloudTrailClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonCloudTrailClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonCloudTrailClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonCloudTrailClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonCloudTrailClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonCloudTrailClient with AWS Access Key ID, AWS Secret Key and an AmazonCloudTrailClient Configuration object.
|
|
AmazonCloudTrailClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonCloudTrailClient with AWS Access Key ID and AWS Secret Key
|
|
BeginAddTags ( |
Initiates the asynchronous execution of the AddTags operation.
|
|
BeginCreateTrail ( |
Initiates the asynchronous execution of the CreateTrail operation.
|
|
BeginDeleteTrail ( |
Initiates the asynchronous execution of the DeleteTrail operation.
|
|
BeginDescribeTrails ( |
Initiates the asynchronous execution of the DescribeTrails operation.
|
|
BeginGetEventSelectors ( |
Initiates the asynchronous execution of the GetEventSelectors operation.
|
|
BeginGetTrailStatus ( |
Initiates the asynchronous execution of the GetTrailStatus operation.
|
|
BeginListPublicKeys ( |
Initiates the asynchronous execution of the ListPublicKeys operation.
|
|
BeginListTags ( |
Initiates the asynchronous execution of the ListTags operation.
|
|
BeginLookupEvents ( |
Initiates the asynchronous execution of the LookupEvents operation.
|
|
BeginPutEventSelectors ( |
Initiates the asynchronous execution of the PutEventSelectors operation.
|
|
BeginRemoveTags ( |
Initiates the asynchronous execution of the RemoveTags operation.
|
|
BeginStartLogging ( |
Initiates the asynchronous execution of the StartLogging operation.
|
|
BeginStopLogging ( |
Initiates the asynchronous execution of the StopLogging operation.
|
|
BeginUpdateTrail ( |
Initiates the asynchronous execution of the UpdateTrail operation.
|
|
CreateTrail ( |
Creates a trail that specifies the settings for delivery of log data to an Amazon S3 bucket. A maximum of five trails can exist in a region, irrespective of the region in which they were created.
|
|
CreateTrailAsync ( |
Initiates the asynchronous execution of the CreateTrail operation.
|
|
DeleteTrail ( |
Deletes a trail. This operation must be called from the region in which the trail was created.
|
|
DeleteTrailAsync ( |
Initiates the asynchronous execution of the DeleteTrail operation.
|
|
DescribeTrails ( ) : |
Retrieves settings for the trail associated with the current region for your account.
|
|
DescribeTrails ( |
Retrieves settings for the trail associated with the current region for your account.
|
|
DescribeTrailsAsync ( |
Initiates the asynchronous execution of the DescribeTrails operation.
|
|
DescribeTrailsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Retrieves settings for the trail associated with the current region for your account.
|
|
EndAddTags ( IAsyncResult asyncResult ) : AddTagsResponse |
Finishes the asynchronous execution of the AddTags operation.
|
|
EndCreateTrail ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the CreateTrail operation.
|
|
EndDeleteTrail ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DeleteTrail operation.
|
|
EndDescribeTrails ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeTrails operation.
|
|
EndGetEventSelectors ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the GetEventSelectors operation.
|
|
EndGetTrailStatus ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the GetTrailStatus operation.
|
|
EndListPublicKeys ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListPublicKeys operation.
|
|
EndListTags ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListTags operation.
|
|
EndLookupEvents ( IAsyncResult asyncResult ) : Amazon.CloudTrail.Model.LookupEventsResponse |
Finishes the asynchronous execution of the LookupEvents operation.
|
|
EndPutEventSelectors ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the PutEventSelectors operation.
|
|
EndRemoveTags ( IAsyncResult asyncResult ) : RemoveTagsResponse |
Finishes the asynchronous execution of the RemoveTags operation.
|
|
EndStartLogging ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the StartLogging operation.
|
|
EndStopLogging ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the StopLogging operation.
|
|
EndUpdateTrail ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the UpdateTrail operation.
|
|
GetEventSelectors ( |
Describes the settings for the event selectors that you configured for your trail. The information returned for your event selectors includes the following:
For more information, see Configuring Event Selectors for Trails in the AWS CloudTrail User Guide.
|
|
GetEventSelectorsAsync ( |
Initiates the asynchronous execution of the GetEventSelectors operation.
|
|
GetTrailStatus ( |
Returns a JSON-formatted list of information about the specified trail. Fields include information on delivery errors, Amazon SNS and Amazon S3 errors, and start and stop logging times for each trail. This operation returns trail status from a single region. To return trail status from all regions, you must call the operation on each region.
|
|
GetTrailStatusAsync ( |
Initiates the asynchronous execution of the GetTrailStatus operation.
|
|
ListPublicKeys ( |
Returns all public keys whose private keys were used to sign the digest files within the specified time range. The public key is needed to validate digest files that were signed with its corresponding private key. CloudTrail uses different private/public key pairs per region. Each digest file is signed with a private key unique to its region. Therefore, when you validate a digest file from a particular region, you must look in the same region for its corresponding public key.
|
|
ListPublicKeysAsync ( |
Initiates the asynchronous execution of the ListPublicKeys operation.
|
|
ListTags ( |
Lists the tags for the trail in the current region.
|
|
ListTagsAsync ( |
Initiates the asynchronous execution of the ListTags operation.
|
|
LookupEvents ( |
Looks up API activity events captured by CloudTrail that create, update, or delete resources in your account. Events for a region can be looked up for the times in which you had CloudTrail turned on in that region during the last seven days. Lookup supports the following attributes:
All attributes are optional. The default number of results returned is 10, with a maximum of 50 possible. The response includes a token that you can use to get the next page of results. The rate of lookup requests is limited to one per second per account. If this limit is exceeded, a throttling error occurs. Events that occurred during the selected time range will not be available for lookup if CloudTrail logging was not enabled when the events occurred.
|
|
LookupEventsAsync ( |
Initiates the asynchronous execution of the LookupEvents operation.
|
|
PutEventSelectors ( |
Configures an event selector for your trail. Use event selectors to specify the type of events that you want your trail to log. When an event occurs in your account, CloudTrail evaluates the event selectors in all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. Example
The You can configure up to five event selectors for each trail. For more information, see Configuring Event Selectors for Trails in the AWS CloudTrail User Guide.
|
|
PutEventSelectorsAsync ( |
Initiates the asynchronous execution of the PutEventSelectors operation.
|
|
RemoveTags ( |
Removes the specified tags from a trail.
|
|
RemoveTagsAsync ( |
Initiates the asynchronous execution of the RemoveTags operation.
|
|
StartLogging ( |
Starts the recording of AWS API calls and log file delivery for a trail. For a trail that is enabled in all regions, this operation must be called from the region in which the trail was created. This operation cannot be called on the shadow trails (replicated trails in other regions) of a trail that is enabled in all regions.
|
|
StartLoggingAsync ( |
Initiates the asynchronous execution of the StartLogging operation.
|
|
StopLogging ( |
Suspends the recording of AWS API calls and log file delivery for the specified trail. Under most circumstances, there is no need to use this action. You can update a trail without stopping it first. This action is the only way to stop recording. For a trail enabled in all regions, this operation must be called from the region in which the trail was created, or an
|
|
StopLoggingAsync ( |
Initiates the asynchronous execution of the StopLogging operation.
|
|
UpdateTrail ( |
Updates the settings that specify delivery of log files. Changes to a trail do not require stopping the CloudTrail service. Use this action to designate an existing bucket for log delivery. If the existing bucket has previously been a target for CloudTrail log files, an IAM policy exists for the bucket.
|
|
UpdateTrailAsync ( |
Initiates the asynchronous execution of the UpdateTrail operation.
|
Méthode | Description | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
public AddTags ( |
||
request | Container for the necessary parameters to execute the AddTags service method. | |
Résultat | AddTagsResponse |
public AddTagsAsync ( |
||
request | Container for the necessary parameters to execute the AddTags operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public AmazonCloudTrailClient ( |
||
credentials | AWS Credentials | |
Résultat | System |
public AmazonCloudTrailClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonCloudTrailClient Configuration Object | |
Résultat | System |
public AmazonCloudTrailClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
Résultat | System |
public AmazonCloudTrailClient ( |
||
config | The AmazonCloudTrailClient Configuration Object | |
Résultat | System |
public AmazonCloudTrailClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
Résultat | System |
public AmazonCloudTrailClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
Résultat | System |
public AmazonCloudTrailClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonCloudTrailClient Configuration Object | |
Résultat | System |
public AmazonCloudTrailClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
region | RegionEndpoint | The region to connect. |
Résultat | System |
public AmazonCloudTrailClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
Résultat | System |
public AmazonCloudTrailClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
clientConfig | The AmazonCloudTrailClient Configuration Object | |
Résultat | System |
public AmazonCloudTrailClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
region | RegionEndpoint | The region to connect. |
Résultat | System |
public BeginAddTags ( |
||
request | Container for the necessary parameters to execute the AddTags operation on AmazonCloudTrailClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginCreateTrail ( |
||
request | Container for the necessary parameters to execute the CreateTrail operation on AmazonCloudTrailClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginDeleteTrail ( |
||
request | Container for the necessary parameters to execute the DeleteTrail operation on AmazonCloudTrailClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginDescribeTrails ( |
||
request | Container for the necessary parameters to execute the DescribeTrails operation on AmazonCloudTrailClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginGetEventSelectors ( |
||
request | Container for the necessary parameters to execute the GetEventSelectors operation on AmazonCloudTrailClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginGetTrailStatus ( |
||
request | Container for the necessary parameters to execute the GetTrailStatus operation on AmazonCloudTrailClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginListPublicKeys ( |
||
request | Container for the necessary parameters to execute the ListPublicKeys operation on AmazonCloudTrailClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginListTags ( |
||
request | Container for the necessary parameters to execute the ListTags operation on AmazonCloudTrailClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginLookupEvents ( |
||
request | Container for the necessary parameters to execute the LookupEvents operation on AmazonCloudTrailClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginPutEventSelectors ( |
||
request | Container for the necessary parameters to execute the PutEventSelectors operation on AmazonCloudTrailClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginRemoveTags ( |
||
request | Container for the necessary parameters to execute the RemoveTags operation on AmazonCloudTrailClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginStartLogging ( |
||
request | Container for the necessary parameters to execute the StartLogging operation on AmazonCloudTrailClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginStopLogging ( |
||
request | Container for the necessary parameters to execute the StopLogging operation on AmazonCloudTrailClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
public BeginUpdateTrail ( |
||
request | Container for the necessary parameters to execute the UpdateTrail operation on AmazonCloudTrailClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Résultat | IAsyncResult |
protected CreateSigner ( ) : |
||
Résultat |
public CreateTrail ( |
||
request | Container for the necessary parameters to execute the CreateTrail service method. | |
Résultat |
public CreateTrailAsync ( |
||
request | Container for the necessary parameters to execute the CreateTrail operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public DeleteTrail ( |
||
request | Container for the necessary parameters to execute the DeleteTrail service method. | |
Résultat |
public DeleteTrailAsync ( |
||
request | Container for the necessary parameters to execute the DeleteTrail operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public DescribeTrails ( ) : |
||
Résultat |
public DescribeTrails ( |
||
request | Container for the necessary parameters to execute the DescribeTrails service method. | |
Résultat |
public DescribeTrailsAsync ( |
||
request | Container for the necessary parameters to execute the DescribeTrails operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public DescribeTrailsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public EndAddTags ( IAsyncResult asyncResult ) : AddTagsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAddTags. |
Résultat | AddTagsResponse |
public EndCreateTrail ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateTrail. |
Résultat |
public EndDeleteTrail ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteTrail. |
Résultat |
public EndDescribeTrails ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeTrails. |
Résultat |
public EndGetEventSelectors ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetEventSelectors. |
Résultat |
public EndGetTrailStatus ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetTrailStatus. |
Résultat |
public EndListPublicKeys ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListPublicKeys. |
Résultat |
public EndListTags ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListTags. |
Résultat |
public EndLookupEvents ( IAsyncResult asyncResult ) : Amazon.CloudTrail.Model.LookupEventsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginLookupEvents. |
Résultat | Amazon.CloudTrail.Model.LookupEventsResponse |
public EndPutEventSelectors ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginPutEventSelectors. |
Résultat |
public EndRemoveTags ( IAsyncResult asyncResult ) : RemoveTagsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginRemoveTags. |
Résultat | RemoveTagsResponse |
public EndStartLogging ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginStartLogging. |
Résultat |
public EndStopLogging ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginStopLogging. |
Résultat |
public EndUpdateTrail ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdateTrail. |
Résultat |
public GetEventSelectors ( |
||
request | Container for the necessary parameters to execute the GetEventSelectors service method. | |
Résultat |
public GetEventSelectorsAsync ( |
||
request | Container for the necessary parameters to execute the GetEventSelectors operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public GetTrailStatus ( |
||
request | Container for the necessary parameters to execute the GetTrailStatus service method. | |
Résultat |
public GetTrailStatusAsync ( |
||
request | Container for the necessary parameters to execute the GetTrailStatus operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public ListPublicKeys ( |
||
request | Container for the necessary parameters to execute the ListPublicKeys service method. | |
Résultat |
public ListPublicKeysAsync ( |
||
request | Container for the necessary parameters to execute the ListPublicKeys operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public ListTags ( |
||
request | Container for the necessary parameters to execute the ListTags service method. | |
Résultat |
public ListTagsAsync ( |
||
request | Container for the necessary parameters to execute the ListTags operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public LookupEvents ( |
||
request | Container for the necessary parameters to execute the LookupEvents service method. | |
Résultat | Amazon.CloudTrail.Model.LookupEventsResponse |
public LookupEventsAsync ( |
||
request | Container for the necessary parameters to execute the LookupEvents operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public PutEventSelectors ( |
||
request | Container for the necessary parameters to execute the PutEventSelectors service method. | |
Résultat |
public PutEventSelectorsAsync ( |
||
request | Container for the necessary parameters to execute the PutEventSelectors operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public RemoveTags ( |
||
request | Container for the necessary parameters to execute the RemoveTags service method. | |
Résultat | RemoveTagsResponse |
public RemoveTagsAsync ( |
||
request | Container for the necessary parameters to execute the RemoveTags operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public StartLogging ( |
||
request | Container for the necessary parameters to execute the StartLogging service method. | |
Résultat |
public StartLoggingAsync ( |
||
request | Container for the necessary parameters to execute the StartLogging operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public StopLogging ( |
||
request | Container for the necessary parameters to execute the StopLogging service method. | |
Résultat |
public StopLoggingAsync ( |
||
request | Container for the necessary parameters to execute the StopLogging operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public UpdateTrail ( |
||
request | Container for the necessary parameters to execute the UpdateTrail service method. | |
Résultat |
public UpdateTrailAsync ( |
||
request | Container for the necessary parameters to execute the UpdateTrail operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |