public class DeleteIdentitiesRequest extends AmazonWebServiceRequest implements Serializable
Deletes identities from an identity pool. You can specify a list of 1-60 identities that you want to delete.
You must use AWS Developer credentials to call this API.
Constructor and Description |
---|
DeleteIdentitiesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<String> |
getIdentityIdsToDelete()
A list of 1-60 identities that you want to delete.
|
int |
hashCode() |
void |
setIdentityIdsToDelete(Collection<String> identityIdsToDelete)
A list of 1-60 identities that you want to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteIdentitiesRequest |
withIdentityIdsToDelete(Collection<String> identityIdsToDelete)
A list of 1-60 identities that you want to delete.
|
DeleteIdentitiesRequest |
withIdentityIdsToDelete(String... identityIdsToDelete)
A list of 1-60 identities that you want to delete.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public List<String> getIdentityIdsToDelete()
A list of 1-60 identities that you want to delete.
A list of 1-60 identities that you want to delete.
public void setIdentityIdsToDelete(Collection<String> identityIdsToDelete)
A list of 1-60 identities that you want to delete.
identityIdsToDelete
- A list of 1-60 identities that you want to delete.
public DeleteIdentitiesRequest withIdentityIdsToDelete(String... identityIdsToDelete)
A list of 1-60 identities that you want to delete.
Returns a reference to this object so that method calls can be chained together.
identityIdsToDelete
- A list of 1-60 identities that you want to delete.
public DeleteIdentitiesRequest withIdentityIdsToDelete(Collection<String> identityIdsToDelete)
A list of 1-60 identities that you want to delete.
Returns a reference to this object so that method calls can be chained together.
identityIdsToDelete
- A list of 1-60 identities that you want to delete.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.