@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Filters extends Object implements Serializable, Cloneable, StructuredPojo
This structure can be used in the ListCertificates action to filter the output of the certificate list.
Constructor and Description |
---|
Filters() |
Modifier and Type | Method and Description |
---|---|
Filters |
clone() |
boolean |
equals(Object obj) |
List<String> |
getExtendedKeyUsage()
Specify one or more ExtendedKeyUsage extension values.
|
List<String> |
getKeyTypes()
Specify one or more algorithms that can be used to generate key pairs.
|
List<String> |
getKeyUsage()
Specify one or more KeyUsage extension values.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExtendedKeyUsage(Collection<String> extendedKeyUsage)
Specify one or more ExtendedKeyUsage extension values.
|
void |
setKeyTypes(Collection<String> keyTypes)
Specify one or more algorithms that can be used to generate key pairs.
|
void |
setKeyUsage(Collection<String> keyUsage)
Specify one or more KeyUsage extension values.
|
String |
toString()
Returns a string representation of this object.
|
Filters |
withExtendedKeyUsage(Collection<String> extendedKeyUsage)
Specify one or more ExtendedKeyUsage extension values.
|
Filters |
withExtendedKeyUsage(ExtendedKeyUsageName... extendedKeyUsage)
Specify one or more ExtendedKeyUsage extension values.
|
Filters |
withExtendedKeyUsage(String... extendedKeyUsage)
Specify one or more ExtendedKeyUsage extension values.
|
Filters |
withKeyTypes(Collection<String> keyTypes)
Specify one or more algorithms that can be used to generate key pairs.
|
Filters |
withKeyTypes(KeyAlgorithm... keyTypes)
Specify one or more algorithms that can be used to generate key pairs.
|
Filters |
withKeyTypes(String... keyTypes)
Specify one or more algorithms that can be used to generate key pairs.
|
Filters |
withKeyUsage(Collection<String> keyUsage)
Specify one or more KeyUsage extension values.
|
Filters |
withKeyUsage(KeyUsageName... keyUsage)
Specify one or more KeyUsage extension values.
|
Filters |
withKeyUsage(String... keyUsage)
Specify one or more KeyUsage extension values.
|
public List<String> getExtendedKeyUsage()
Specify one or more ExtendedKeyUsage extension values.
ExtendedKeyUsageName
public void setExtendedKeyUsage(Collection<String> extendedKeyUsage)
Specify one or more ExtendedKeyUsage extension values.
extendedKeyUsage
- Specify one or more ExtendedKeyUsage extension values.ExtendedKeyUsageName
public Filters withExtendedKeyUsage(String... extendedKeyUsage)
Specify one or more ExtendedKeyUsage extension values.
NOTE: This method appends the values to the existing list (if any). Use
setExtendedKeyUsage(java.util.Collection)
or withExtendedKeyUsage(java.util.Collection)
if you
want to override the existing values.
extendedKeyUsage
- Specify one or more ExtendedKeyUsage extension values.ExtendedKeyUsageName
public Filters withExtendedKeyUsage(Collection<String> extendedKeyUsage)
Specify one or more ExtendedKeyUsage extension values.
extendedKeyUsage
- Specify one or more ExtendedKeyUsage extension values.ExtendedKeyUsageName
public Filters withExtendedKeyUsage(ExtendedKeyUsageName... extendedKeyUsage)
Specify one or more ExtendedKeyUsage extension values.
extendedKeyUsage
- Specify one or more ExtendedKeyUsage extension values.ExtendedKeyUsageName
public List<String> getKeyUsage()
Specify one or more KeyUsage extension values.
KeyUsageName
public void setKeyUsage(Collection<String> keyUsage)
Specify one or more KeyUsage extension values.
keyUsage
- Specify one or more KeyUsage extension values.KeyUsageName
public Filters withKeyUsage(String... keyUsage)
Specify one or more KeyUsage extension values.
NOTE: This method appends the values to the existing list (if any). Use
setKeyUsage(java.util.Collection)
or withKeyUsage(java.util.Collection)
if you want to override
the existing values.
keyUsage
- Specify one or more KeyUsage extension values.KeyUsageName
public Filters withKeyUsage(Collection<String> keyUsage)
Specify one or more KeyUsage extension values.
keyUsage
- Specify one or more KeyUsage extension values.KeyUsageName
public Filters withKeyUsage(KeyUsageName... keyUsage)
Specify one or more KeyUsage extension values.
keyUsage
- Specify one or more KeyUsage extension values.KeyUsageName
public List<String> getKeyTypes()
Specify one or more algorithms that can be used to generate key pairs.
Default filtering returns only RSA_1024
and RSA_2048
certificates that have at least
one domain. To return other certificate types, provide the desired type signatures in a comma-separated list. For
example, "keyTypes": ["RSA_2048","RSA_4096"]
returns both RSA_2048
and
RSA_4096
certificates.
Default filtering returns only RSA_1024
and RSA_2048
certificates that have at
least one domain. To return other certificate types, provide the desired type signatures in a
comma-separated list. For example, "keyTypes": ["RSA_2048","RSA_4096"]
returns both
RSA_2048
and RSA_4096
certificates.
KeyAlgorithm
public void setKeyTypes(Collection<String> keyTypes)
Specify one or more algorithms that can be used to generate key pairs.
Default filtering returns only RSA_1024
and RSA_2048
certificates that have at least
one domain. To return other certificate types, provide the desired type signatures in a comma-separated list. For
example, "keyTypes": ["RSA_2048","RSA_4096"]
returns both RSA_2048
and
RSA_4096
certificates.
keyTypes
- Specify one or more algorithms that can be used to generate key pairs.
Default filtering returns only RSA_1024
and RSA_2048
certificates that have at
least one domain. To return other certificate types, provide the desired type signatures in a
comma-separated list. For example, "keyTypes": ["RSA_2048","RSA_4096"]
returns both
RSA_2048
and RSA_4096
certificates.
KeyAlgorithm
public Filters withKeyTypes(String... keyTypes)
Specify one or more algorithms that can be used to generate key pairs.
Default filtering returns only RSA_1024
and RSA_2048
certificates that have at least
one domain. To return other certificate types, provide the desired type signatures in a comma-separated list. For
example, "keyTypes": ["RSA_2048","RSA_4096"]
returns both RSA_2048
and
RSA_4096
certificates.
NOTE: This method appends the values to the existing list (if any). Use
setKeyTypes(java.util.Collection)
or withKeyTypes(java.util.Collection)
if you want to override
the existing values.
keyTypes
- Specify one or more algorithms that can be used to generate key pairs.
Default filtering returns only RSA_1024
and RSA_2048
certificates that have at
least one domain. To return other certificate types, provide the desired type signatures in a
comma-separated list. For example, "keyTypes": ["RSA_2048","RSA_4096"]
returns both
RSA_2048
and RSA_4096
certificates.
KeyAlgorithm
public Filters withKeyTypes(Collection<String> keyTypes)
Specify one or more algorithms that can be used to generate key pairs.
Default filtering returns only RSA_1024
and RSA_2048
certificates that have at least
one domain. To return other certificate types, provide the desired type signatures in a comma-separated list. For
example, "keyTypes": ["RSA_2048","RSA_4096"]
returns both RSA_2048
and
RSA_4096
certificates.
keyTypes
- Specify one or more algorithms that can be used to generate key pairs.
Default filtering returns only RSA_1024
and RSA_2048
certificates that have at
least one domain. To return other certificate types, provide the desired type signatures in a
comma-separated list. For example, "keyTypes": ["RSA_2048","RSA_4096"]
returns both
RSA_2048
and RSA_4096
certificates.
KeyAlgorithm
public Filters withKeyTypes(KeyAlgorithm... keyTypes)
Specify one or more algorithms that can be used to generate key pairs.
Default filtering returns only RSA_1024
and RSA_2048
certificates that have at least
one domain. To return other certificate types, provide the desired type signatures in a comma-separated list. For
example, "keyTypes": ["RSA_2048","RSA_4096"]
returns both RSA_2048
and
RSA_4096
certificates.
keyTypes
- Specify one or more algorithms that can be used to generate key pairs.
Default filtering returns only RSA_1024
and RSA_2048
certificates that have at
least one domain. To return other certificate types, provide the desired type signatures in a
comma-separated list. For example, "keyTypes": ["RSA_2048","RSA_4096"]
returns both
RSA_2048
and RSA_4096
certificates.
KeyAlgorithm
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.