AWS SDK for .NET Documentation
UpdateServerCertificateRequest Class
AmazonAmazon.IdentityManagement.ModelUpdateServerCertificateRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the UpdateServerCertificate operation. Updates the name and/or the path of the specified server certificate. You should understand the implications of changing a server certificate's path or name. For more information, see Managing Server Certificates in Using AWS Identity and Access Management.
Note:
To change a server certificate name the requester must have appropriate permissions on both the source object and the target object. For example, to change the name from ProductionCert to ProdCert, the entity making the request must have permission on ProductionCert and ProdCert, or must have permission on all (*). For more information about permissions, see Permissions and Policies.
Declaration Syntax
C#
public class UpdateServerCertificateRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
UpdateServerCertificateRequest()()()()
Initializes a new instance of the UpdateServerCertificateRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
NewPath
Gets and sets the property NewPath.

The new path for the server certificate. Include this only if you are updating the server certificate's path.


NewServerCertificateName
Gets and sets the property NewServerCertificateName.

The new name for the server certificate. Include this only if you are updating the server certificate's name.


ServerCertificateName
Gets and sets the property ServerCertificateName.

The name of the server certificate that you want to update.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithNewPath(String) Obsolete.
Sets the NewPath property

WithNewServerCertificateName(String) Obsolete.
Sets the NewServerCertificateName property

WithServerCertificateName(String) Obsolete.
Sets the ServerCertificateName property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 UpdateServerCertificateRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)