| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
List<HandshakeResource> |
HandshakeResource.resources()
When needed, contains an additional array of
HandshakeResource objects. |
List<HandshakeResource> |
Handshake.resources()
Additional information that is needed to process the handshake.
|
| Modifier and Type | Method and Description |
|---|---|
HandshakeResource.Builder |
HandshakeResource.Builder.resources(HandshakeResource... resources)
When needed, contains an additional array of
HandshakeResource objects. |
Handshake.Builder |
Handshake.Builder.resources(HandshakeResource... resources)
Additional information that is needed to process the handshake.
|
| Modifier and Type | Method and Description |
|---|---|
HandshakeResource.Builder |
HandshakeResource.Builder.resources(Collection<HandshakeResource> resources)
When needed, contains an additional array of
HandshakeResource objects. |
Handshake.Builder |
Handshake.Builder.resources(Collection<HandshakeResource> resources)
Additional information that is needed to process the handshake.
|
Copyright © 2023. All rights reserved.