Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.OrganizationTenancy
-
Packages that use OrganizationTenancy Package Description com.oracle.bmc.tenantmanagercontrolplane.model com.oracle.bmc.tenantmanagercontrolplane.responses -
-
Uses of OrganizationTenancy in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return OrganizationTenancy Modifier and Type Method Description OrganizationTenancy
OrganizationTenancy.Builder. build()
Methods in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type OrganizationTenancy Modifier and Type Method Description OrganizationTenancy.Builder
OrganizationTenancy.Builder. copy(OrganizationTenancy model)
-
Uses of OrganizationTenancy in com.oracle.bmc.tenantmanagercontrolplane.responses
Methods in com.oracle.bmc.tenantmanagercontrolplane.responses that return OrganizationTenancy Modifier and Type Method Description OrganizationTenancy
ApproveOrganizationTenancyForTransferResponse. getOrganizationTenancy()
The returned OrganizationTenancy instance.OrganizationTenancy
GetOrganizationTenancyResponse. getOrganizationTenancy()
The returned OrganizationTenancy instance.OrganizationTenancy
UnapproveOrganizationTenancyForTransferResponse. getOrganizationTenancy()
The returned OrganizationTenancy instance.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type OrganizationTenancy Modifier and Type Method Description ApproveOrganizationTenancyForTransferResponse.Builder
ApproveOrganizationTenancyForTransferResponse.Builder. organizationTenancy(OrganizationTenancy organizationTenancy)
The returned OrganizationTenancy instance.GetOrganizationTenancyResponse.Builder
GetOrganizationTenancyResponse.Builder. organizationTenancy(OrganizationTenancy organizationTenancy)
The returned OrganizationTenancy instance.UnapproveOrganizationTenancyForTransferResponse.Builder
UnapproveOrganizationTenancyForTransferResponse.Builder. organizationTenancy(OrganizationTenancy organizationTenancy)
The returned OrganizationTenancy instance.
-