Uses of Class
co.yellowdog.platform.clients.SearchClient
Packages that use SearchClient
Package
Description
Holds the client types used to access the YellowDog Account Service.
Provides the classes needed to interact with the YellowDog Compute service.
Provides the classes needed to interact with the YellowDog Images service.
Provides the classes needed to interact with the YellowDog Namespaces service.
Provides the classes needed to interact with the YellowDog Scheduler service.
Provides the classes needed to interact with the YellowDog Usage service Allowances endpoints.
-
Uses of SearchClient in co.yellowdog.platform.clients.account
Methods in co.yellowdog.platform.clients.account that return SearchClientModifier and TypeMethodDescriptionAccountClient.getApplicationGroups
(String applicationId) AccountClientImpl.getApplicationGroups
(String applicationId) AccountClient.getApplications
(ApplicationSearch search) AccountClientImpl.getApplications
(ApplicationSearch search) AccountClient.getGroupApplications
(String groupId) AccountClientImpl.getGroupApplications
(String groupId) AccountClient.getGroups
(GroupSearch search) AccountClientImpl.getGroups
(GroupSearch search) AccountClient.getGroupUsers
(String groupId) AccountClientImpl.getGroupUsers
(String groupId) AccountClient.getRoleGroups
(String roleId) AccountClientImpl.getRoleGroups
(String roleId) AccountClient.getRoles
(RoleSearch search) AccountClientImpl.getRoles
(RoleSearch search) AccountClient.getUserGroups
(String userId) AccountClientImpl.getUserGroups
(String userId) AccountClient.getUsers
(UserSearch search) AccountClientImpl.getUsers
(UserSearch search) -
Uses of SearchClient in co.yellowdog.platform.clients.cloudinfo
Methods in co.yellowdog.platform.clients.cloudinfo that return SearchClientModifier and TypeMethodDescriptionCloudInfoClient.getInstanceTypePrices
(InstanceTypePriceSearch instanceTypePriceSearch) CloudInfoClientImpl.getInstanceTypePrices
(InstanceTypePriceSearch instanceTypePriceSearch) CloudInfoClient.getInstanceTypes
(InstanceTypeSearch instanceTypeSearch) CloudInfoClientImpl.getInstanceTypes
(InstanceTypeSearch instanceTypeSearch) CloudInfoClient.getRegions
(RegionSearch regionSearch) CloudInfoClientImpl.getRegions
(RegionSearch regionSearch) CloudInfoClient.getSubRegions
(SubRegionSearch subRegionSearch) CloudInfoClientImpl.getSubRegions
(SubRegionSearch subRegionSearch) -
Uses of SearchClient in co.yellowdog.platform.clients.compute
Methods in co.yellowdog.platform.clients.compute that return SearchClientModifier and TypeMethodDescriptionComputeClient.getComputeRequirements
(ComputeRequirementSearch computeRequirementSearch) Deprecated.ComputeClientImpl.getComputeRequirements
(@NonNull ComputeRequirementSearch computeRequirementSearch) ComputeClient.getComputeRequirementSummaries
(ComputeRequirementSummarySearch computeRequirementSummarySearch) ComputeClientImpl.getComputeRequirementSummaries
(@NonNull ComputeRequirementSummarySearch computeRequirementSummarySearch) ComputeClient.getInstances
(InstanceSearch instanceSearch) Returns a search client for searching instances.ComputeClientImpl.getInstances
(@NonNull InstanceSearch instanceSearch) -
Uses of SearchClient in co.yellowdog.platform.clients.images
Methods in co.yellowdog.platform.clients.images that return SearchClientModifier and TypeMethodDescriptionImagesClient.getImageFamilies
(MachineImageFamilySearch search) ImagesClientImpl.getImageFamilies
(MachineImageFamilySearch search) -
Uses of SearchClient in co.yellowdog.platform.clients.namespaces
Methods in co.yellowdog.platform.clients.namespaces that return SearchClientModifier and TypeMethodDescriptionNamespacesClient.getNamespacePolicies
(NamespacePolicySearch search) Returns a search client for searching namespace policies.NamespacesClientImpl.getNamespacePolicies
(@NonNull NamespacePolicySearch search) -
Uses of SearchClient in co.yellowdog.platform.clients.scheduler
Methods in co.yellowdog.platform.clients.scheduler that return SearchClientModifier and TypeMethodDescriptionWorkerPoolClient.getNodes
(NodeSearch search) Returns aSearchClient
that offers the ability to search nodes.WorkerPoolClientImpl.getNodes
(NodeSearch search) WorkClient.getTasks
(TaskSearch search) Returns aSearchClient
that offers the ability to search tasks.WorkClientImpl.getTasks
(TaskSearch search) WorkerPoolClient.getWorkerPools
(WorkerPoolSearch search) Returns aSearchClient
that offers the ability to search worker pools.WorkerPoolClientImpl.getWorkerPools
(WorkerPoolSearch search) WorkClient.getWorkRequirements
(WorkRequirementSearch search) Returns aSearchClient
that offers the ability to search work requirements.WorkClientImpl.getWorkRequirements
(WorkRequirementSearch search) -
Uses of SearchClient in co.yellowdog.platform.clients.usage
Methods in co.yellowdog.platform.clients.usage that return SearchClientModifier and TypeMethodDescriptionAllowancesClient.getAllowances
(AllowanceSearch allowanceSearch) AllowancesClientImpl.getAllowances
(AllowanceSearch search)
ComputeClient.getComputeRequirementSummaries(ComputeRequirementSummarySearch)
instead.