Uses of Class
com.oracle.bmc.identitydomains.requests.SearchSelfRegistrationProfilesRequest
-
Packages that use SearchSelfRegistrationProfilesRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of SearchSelfRegistrationProfilesRequest in com.oracle.bmc.identitydomains
Method parameters in com.oracle.bmc.identitydomains with type arguments of type SearchSelfRegistrationProfilesRequest Modifier and Type Method Description Future<SearchSelfRegistrationProfilesResponse>
IdentityDomainsAsync. searchSelfRegistrationProfiles(SearchSelfRegistrationProfilesRequest request, AsyncHandler<SearchSelfRegistrationProfilesRequest,SearchSelfRegistrationProfilesResponse> handler)
Search for self-registration profile using POST.Future<SearchSelfRegistrationProfilesResponse>
IdentityDomainsAsyncClient. searchSelfRegistrationProfiles(SearchSelfRegistrationProfilesRequest request, AsyncHandler<SearchSelfRegistrationProfilesRequest,SearchSelfRegistrationProfilesResponse> handler)
-
Uses of SearchSelfRegistrationProfilesRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return SearchSelfRegistrationProfilesRequest Modifier and Type Method Description SearchSelfRegistrationProfilesRequest
SearchSelfRegistrationProfilesRequest.Builder. build()
Build the instance of SearchSelfRegistrationProfilesRequest as configured by this builderSearchSelfRegistrationProfilesRequest
SearchSelfRegistrationProfilesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of SearchSelfRegistrationProfilesRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type SearchSelfRegistrationProfilesRequest Modifier and Type Method Description SearchSelfRegistrationProfilesRequest.Builder
SearchSelfRegistrationProfilesRequest.Builder. copy(SearchSelfRegistrationProfilesRequest o)
Copy method to populate the builder with values from the given instance.
-