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
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
ListServerCertificatesRequest ( ) : System

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

Private Methods

Méthode Description
IsSetMarker ( ) : bool
IsSetMaxItems ( ) : bool
IsSetPathPrefix ( ) : bool

Method Details

ListServerCertificatesRequest() public méthode

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