Package 

Class ResourceModelKt

    • Method Summary

      Modifier and Type Method Description
      final static DescribeOrganizationalUnitRequest toReadRequest(ResourceModel $self) Request to read a resource.
      final static ListParentsRequest toReadParentsRequest(ResourceModel $self) Request to read parent nodes of a resource.
      final static ListTagsForResourceRequest toReadTagsRequest(ResourceModel $self) Request to read tags of a resource.
      final static CreateOrganizationalUnitRequest toCreateRequest(ResourceModel $self) Request to create a resource.
      final static UpdateOrganizationalUnitRequest toUpdateRequest(ResourceModel $self) Request to update a resource.
      final static DeleteOrganizationalUnitRequest toDeleteRequest(ResourceModel $self) Request to delete a resource.
      final static ResourceModel fromReadResponse(DescribeOrganizationalUnitResponse describeResponse, Collection<Parent> listParentsResponse, Collection<Tag> listTagsResponse) Translates resource object from SDK into a resource model.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • fromReadResponse

         final static ResourceModel fromReadResponse(DescribeOrganizationalUnitResponse describeResponse, Collection<Parent> listParentsResponse, Collection<Tag> listTagsResponse)

        Translates resource object from SDK into a resource model.

        Parameters:
        describeResponse - AWS service describe resource response.
        listParentsResponse - AWS service list parents response.
        listTagsResponse - AWS service list tags response.