| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
HandshakeResource |
HandshakeResource.clone() |
HandshakeResource |
HandshakeResource.withResources(Collection<HandshakeResource> resources)
When needed, contains an additional array of
HandshakeResource objects. |
HandshakeResource |
HandshakeResource.withResources(HandshakeResource... resources)
When needed, contains an additional array of
HandshakeResource objects. |
HandshakeResource |
HandshakeResource.withType(HandshakeResourceType type)
The type of information being passed, specifying how the value is to be interpreted by the other party:
|
HandshakeResource |
HandshakeResource.withType(String type)
The type of information being passed, specifying how the value is to be interpreted by the other party:
|
HandshakeResource |
HandshakeResource.withValue(String value)
The information that is passed to the other party in the handshake.
|
| Modifier and Type | Method and Description |
|---|---|
List<HandshakeResource> |
Handshake.getResources()
Additional information that is needed to process the handshake.
|
List<HandshakeResource> |
HandshakeResource.getResources()
When needed, contains an additional array of
HandshakeResource objects. |
| Modifier and Type | Method and Description |
|---|---|
Handshake |
Handshake.withResources(HandshakeResource... resources)
Additional information that is needed to process the handshake.
|
HandshakeResource |
HandshakeResource.withResources(HandshakeResource... resources)
When needed, contains an additional array of
HandshakeResource objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
Handshake.setResources(Collection<HandshakeResource> resources)
Additional information that is needed to process the handshake.
|
void |
HandshakeResource.setResources(Collection<HandshakeResource> resources)
When needed, contains an additional array of
HandshakeResource objects. |
Handshake |
Handshake.withResources(Collection<HandshakeResource> resources)
Additional information that is needed to process the handshake.
|
HandshakeResource |
HandshakeResource.withResources(Collection<HandshakeResource> resources)
When needed, contains an additional array of
HandshakeResource objects. |
Copyright © 2019. All rights reserved.