AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the GetEntityTypes operation. Gets all entity types or a specific entity type if a name is specified. This is a paginated API. If you provide a null maxResults, this action retrieves a maximum of 10 records per page. If you provide a maxResults, the value must be between 5 and 10. To get the next page results, provide the pagination token from the GetEntityTypesResponse as part of your request. A null pagination token fetches the records from the beginning.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.FraudDetector.AmazonFraudDetectorRequest
      Amazon.FraudDetector.Model.GetEntityTypesRequest

Namespace: Amazon.FraudDetector.Model
Assembly: AWSSDK.FraudDetector.dll
Version: 3.x.y.z

Syntax

C#
public class GetEntityTypesRequest : AmazonFraudDetectorRequest
         IAmazonWebServiceRequest

The GetEntityTypesRequest type exposes the following members

Constructors

NameDescription
Public Method GetEntityTypesRequest()

Properties

NameTypeDescription
Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of objects to return for the request.

Public Property Name System.String

Gets and sets the property Name.

The name.

Public Property NextToken System.String

Gets and sets the property NextToken.

The next token for the subsequent request.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5