|
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.storagegateway.model.DeleteChapCredentialsRequest
public class DeleteChapCredentialsRequest
Container for the parameters to the DeleteChapCredentials operation
.
This operation deletes Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target and initiator pair.
AWSStorageGateway.deleteChapCredentials(DeleteChapCredentialsRequest)
Constructor Summary | |
---|---|
DeleteChapCredentialsRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getInitiatorName()
The iSCSI initiator that connects to the target. |
String |
getTargetARN()
The Amazon Resource Name (ARN) of the iSCSI volume target. |
int |
hashCode()
|
void |
setInitiatorName(String initiatorName)
The iSCSI initiator that connects to the target. |
void |
setTargetARN(String targetARN)
The Amazon Resource Name (ARN) of the iSCSI volume target. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteChapCredentialsRequest |
withInitiatorName(String initiatorName)
The iSCSI initiator that connects to the target. |
DeleteChapCredentialsRequest |
withTargetARN(String targetARN)
The Amazon Resource Name (ARN) of the iSCSI volume target. |
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 DeleteChapCredentialsRequest()
Method Detail |
---|
public String getTargetARN()
Constraints:
Length: 50 - 800
public void setTargetARN(String targetARN)
Constraints:
Length: 50 - 800
targetARN
- The Amazon Resource Name (ARN) of the iSCSI volume target. Use the
DescribeStorediSCSIVolumes operation to return to retrieve the
TargetARN for specified VolumeARN.public DeleteChapCredentialsRequest withTargetARN(String targetARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 800
targetARN
- The Amazon Resource Name (ARN) of the iSCSI volume target. Use the
DescribeStorediSCSIVolumes operation to return to retrieve the
TargetARN for specified VolumeARN.
public String getInitiatorName()
Length: 1 to 255 characters.
Valid Values: lowercase letters, numbers, periods (.), and hyphens (-).
Constraints:
Length: 1 - 255
Pattern: [0-9a-z:.-]+
Length: 1 to 255 characters.
Valid Values: lowercase letters, numbers, periods (.), and hyphens (-).
public void setInitiatorName(String initiatorName)
Length: 1 to 255 characters.
Valid Values: lowercase letters, numbers, periods (.), and hyphens (-).
Constraints:
Length: 1 - 255
Pattern: [0-9a-z:.-]+
initiatorName
- The iSCSI initiator that connects to the target. Length: 1 to 255 characters.
Valid Values: lowercase letters, numbers, periods (.), and hyphens (-).
public DeleteChapCredentialsRequest withInitiatorName(String initiatorName)
Length: 1 to 255 characters.
Valid Values: lowercase letters, numbers, periods (.), and hyphens (-).
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
Pattern: [0-9a-z:.-]+
initiatorName
- The iSCSI initiator that connects to the target. Length: 1 to 255 characters.
Valid Values: lowercase letters, numbers, periods (.), and hyphens (-).
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 |