Uses of Class
software.amazon.awssdk.services.organizations.model.HandshakeResource
-
Packages that use HandshakeResource Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of HandshakeResource in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type HandshakeResource Modifier and Type Method Description List<HandshakeResource>Handshake. resources()Additional information that is needed to process the handshake.List<HandshakeResource>HandshakeResource. resources()When needed, contains an additional array ofHandshakeResourceobjects.Methods in software.amazon.awssdk.services.organizations.model with parameters of type HandshakeResource Modifier and Type Method Description Handshake.BuilderHandshake.Builder. resources(HandshakeResource... resources)Additional information that is needed to process the handshake.HandshakeResource.BuilderHandshakeResource.Builder. resources(HandshakeResource... resources)When needed, contains an additional array ofHandshakeResourceobjects.Method parameters in software.amazon.awssdk.services.organizations.model with type arguments of type HandshakeResource Modifier and Type Method Description Handshake.BuilderHandshake.Builder. resources(Collection<HandshakeResource> resources)Additional information that is needed to process the handshake.HandshakeResource.BuilderHandshakeResource.Builder. resources(Collection<HandshakeResource> resources)When needed, contains an additional array ofHandshakeResourceobjects.
-