Uses of Class
com.google.cloud.baremetalsolution.v2.BareMetalSolutionClient.ListSSHKeysPage
-
Packages that use BareMetalSolutionClient.ListSSHKeysPage Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution API -
-
Uses of BareMetalSolutionClient.ListSSHKeysPage in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return BareMetalSolutionClient.ListSSHKeysPage Modifier and Type Method Description protected BareMetalSolutionClient.ListSSHKeysPage
BareMetalSolutionClient.ListSSHKeysPage. createPage(com.google.api.gax.rpc.PageContext<ListSSHKeysRequest,ListSSHKeysResponse,SSHKey> context, ListSSHKeysResponse response)
Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type BareMetalSolutionClient.ListSSHKeysPage Modifier and Type Method Description com.google.api.core.ApiFuture<BareMetalSolutionClient.ListSSHKeysPage>
BareMetalSolutionClient.ListSSHKeysPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSSHKeysRequest,ListSSHKeysResponse,SSHKey> context, com.google.api.core.ApiFuture<ListSSHKeysResponse> futureResponse)
Method parameters in com.google.cloud.baremetalsolution.v2 with type arguments of type BareMetalSolutionClient.ListSSHKeysPage Modifier and Type Method Description protected BareMetalSolutionClient.ListSSHKeysFixedSizeCollection
BareMetalSolutionClient.ListSSHKeysFixedSizeCollection. createCollection(List<BareMetalSolutionClient.ListSSHKeysPage> pages, int collectionSize)
-