C# Class Amazon.IdentityManagement.Model.ListServerCertificatesRequest

Container for the parameters to the ListServerCertificates operation.

Lists the server certificates that have the specified path prefix. If none exist, the action returns an empty list.

You can paginate the results using the MaxItems and Marker parameters.

Inheritance: AmazonIdentityManagementServiceRequest
Datei anzeigen Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
ListServerCertificatesRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

Private Methods

Method Description
IsSetMarker ( ) : bool
IsSetMaxItems ( ) : bool
IsSetPathPrefix ( ) : bool

Method Details

ListServerCertificatesRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public ListServerCertificatesRequest ( ) : System
return System