Uses of Class
com.oracle.bmc.osmanagementhub.responses.ListProfilesResponse
-
Packages that use ListProfilesResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of ListProfilesResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return ListProfilesResponse Modifier and Type Method Description ListProfilesResponse
Onboarding. listProfiles(ListProfilesRequest request)
Lists registration profiles that match the specified compartment or profile OCID.ListProfilesResponse
OnboardingClient. listProfiles(ListProfilesRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type ListProfilesResponse Modifier and Type Method Description Future<ListProfilesResponse>
OnboardingAsync. listProfiles(ListProfilesRequest request, AsyncHandler<ListProfilesRequest,ListProfilesResponse> handler)
Lists registration profiles that match the specified compartment or profile OCID.Future<ListProfilesResponse>
OnboardingAsyncClient. listProfiles(ListProfilesRequest request, AsyncHandler<ListProfilesRequest,ListProfilesResponse> handler)
Iterable<ListProfilesResponse>
OnboardingPaginators. listProfilesResponseIterator(ListProfilesRequest request)
Creates a new iterable which will iterate over the responses received from the listProfiles operation.Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type ListProfilesResponse Modifier and Type Method Description Future<ListProfilesResponse>
OnboardingAsync. listProfiles(ListProfilesRequest request, AsyncHandler<ListProfilesRequest,ListProfilesResponse> handler)
Lists registration profiles that match the specified compartment or profile OCID.Future<ListProfilesResponse>
OnboardingAsyncClient. listProfiles(ListProfilesRequest request, AsyncHandler<ListProfilesRequest,ListProfilesResponse> handler)
-
Uses of ListProfilesResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return ListProfilesResponse Modifier and Type Method Description ListProfilesResponse
ListProfilesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type ListProfilesResponse Modifier and Type Method Description ListProfilesResponse.Builder
ListProfilesResponse.Builder. copy(ListProfilesResponse o)
Copy method to populate the builder with values from the given instance.
-