@Generated(value="software.amazon.awssdk:codegen") public final class SslPolicy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SslPolicy.Builder,SslPolicy>
Information about a policy used for SSL negotiation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SslPolicy.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SslPolicy.Builder |
builder() |
List<Cipher> |
ciphers()
The ciphers.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the policy.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SslPolicy.Builder> |
serializableBuilderClass() |
List<String> |
sslProtocols()
The protocols.
|
SslPolicy.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<String> sslProtocols()
The protocols.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<Cipher> ciphers()
The ciphers.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String name()
The name of the policy.
public SslPolicy.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SslPolicy.Builder,SslPolicy>public static SslPolicy.Builder builder()
public static Class<? extends SslPolicy.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.