@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) |
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.
ExtendedKeyUsageNamepublic void setExtendedKeyUsage(Collection<String> extendedKeyUsage)
Specify one or more ExtendedKeyUsage extension values.
extendedKeyUsage - Specify one or more ExtendedKeyUsage extension values.ExtendedKeyUsageNamepublic 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.ExtendedKeyUsageNamepublic Filters withExtendedKeyUsage(Collection<String> extendedKeyUsage)
Specify one or more ExtendedKeyUsage extension values.
extendedKeyUsage - Specify one or more ExtendedKeyUsage extension values.ExtendedKeyUsageNamepublic Filters withExtendedKeyUsage(ExtendedKeyUsageName... extendedKeyUsage)
Specify one or more ExtendedKeyUsage extension values.
extendedKeyUsage - Specify one or more ExtendedKeyUsage extension values.ExtendedKeyUsageNamepublic List<String> getKeyUsage()
Specify one or more KeyUsage extension values.
KeyUsageNamepublic void setKeyUsage(Collection<String> keyUsage)
Specify one or more KeyUsage extension values.
keyUsage - Specify one or more KeyUsage extension values.KeyUsageNamepublic 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.KeyUsageNamepublic Filters withKeyUsage(Collection<String> keyUsage)
Specify one or more KeyUsage extension values.
keyUsage - Specify one or more KeyUsage extension values.KeyUsageNamepublic Filters withKeyUsage(KeyUsageName... keyUsage)
Specify one or more KeyUsage extension values.
keyUsage - Specify one or more KeyUsage extension values.KeyUsageNamepublic 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.
KeyAlgorithmpublic 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.
KeyAlgorithmpublic 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.
KeyAlgorithmpublic 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.
KeyAlgorithmpublic 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.
KeyAlgorithmpublic String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.