|
Did this page help you?Yes No Tell us about it... |
||||||
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 you are using a server certificate with Elastic Load Balancing, deleting the certificate could have implications for your application. If Elastic Load Balancing doesn't detect the deletion of bound certificates, it may continue to use the certificates. This could cause Elastic Load Balancing to stop accepting traffic. We recommend that you remove the reference to the certificate from Elastic Load Balancing before using this command to delete the certificate. For more information, go to DeleteLoadBalancerListeners in the Elastic Load Balancing API Reference.
AmazonIdentityManagement.deleteServerCertificate(DeleteServerCertificateRequest)
,
Serialized FormConstructor Summary | |
---|---|
DeleteServerCertificateRequest()
Default constructor for a new DeleteServerCertificateRequest object. |
|
DeleteServerCertificateRequest(String serverCertificateName)
Constructs a new DeleteServerCertificateRequest object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getServerCertificateName()
The name of the server certificate you want to delete. |
int |
hashCode()
|
void |
setServerCertificateName(String serverCertificateName)
The name of the server certificate you want to delete. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteServerCertificateRequest |
withServerCertificateName(String serverCertificateName)
The name of the server certificate you want to delete. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteServerCertificateRequest()
public DeleteServerCertificateRequest(String serverCertificateName)
serverCertificateName
- The name of the server certificate you
want to delete.Method Detail |
---|
public String getServerCertificateName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setServerCertificateName(String serverCertificateName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
serverCertificateName
- The name of the server certificate you want to delete.public DeleteServerCertificateRequest withServerCertificateName(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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |