Uses of Class
com.oracle.bmc.osmanagementhub.requests.ListProfilesRequest
- 
Packages that use ListProfilesRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests  - 
- 
Uses of ListProfilesRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type ListProfilesRequest Modifier and Type Method Description ListProfilesResponseOnboarding. listProfiles(ListProfilesRequest request)Lists registration profiles that match the specified compartment or profile OCID.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)ListProfilesResponseOnboardingClient. listProfiles(ListProfilesRequest request)Iterable<ProfileSummary>OnboardingPaginators. listProfilesRecordIterator(ListProfilesRequest request)Creates a new iterable which will iterate over theProfileSummaryobjects contained in responses from the listProfiles operation.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 ListProfilesRequest 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 ListProfilesRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return ListProfilesRequest Modifier and Type Method Description ListProfilesRequestListProfilesRequest.Builder. build()Build the instance of ListProfilesRequest as configured by this builderListProfilesRequestListProfilesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListProfilesRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type ListProfilesRequest Modifier and Type Method Description ListProfilesRequest.BuilderListProfilesRequest.Builder. copy(ListProfilesRequest o)Copy method to populate the builder with values from the given instance. 
 -