|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.identitymanagement.model.DeleteServerCertificateRequest
public class DeleteServerCertificateRequest
Container for the parameters to the DeleteServerCertificate operation
.
Deletes the specified server certificate.
IMPORTANT:If your Elastic Load Balancing instances are using a server certificate, deleting the certificate could have implications for your application. If your Elastic Load Balancing instances do not detect the deletion of bound certificates, they may continue to use the certificates. This could cause them to stop accepting traffic. We recommend that you remove the reference to the certificate from your Elastic Load Balancing instances before using this command to delete the certificate.
AmazonIdentityManagement.deleteServerCertificate(DeleteServerCertificateRequest)
Constructor Summary | |
---|---|
DeleteServerCertificateRequest()
|
Method Summary | |
---|---|
java.lang.String |
getServerCertificateName()
The name of the server certificate you want to delete. |
void |
setServerCertificateName(java.lang.String serverCertificateName)
The name of the server certificate you want to delete. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteServerCertificateRequest |
withServerCertificateName(java.lang.String serverCertificateName)
The name of the server certificate you want to delete. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteServerCertificateRequest()
Method Detail |
---|
public java.lang.String getServerCertificateName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setServerCertificateName(java.lang.String serverCertificateName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
serverCertificateName
- The name of the server certificate you want to delete.public DeleteServerCertificateRequest withServerCertificateName(java.lang.String serverCertificateName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
serverCertificateName
- The name of the server certificate you want to delete.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |