Uses of Class
com.oracle.bmc.identitydomains.responses.SearchSelfRegistrationProfilesResponse
-
Packages that use SearchSelfRegistrationProfilesResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of SearchSelfRegistrationProfilesResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return SearchSelfRegistrationProfilesResponse Modifier and Type Method Description SearchSelfRegistrationProfilesResponse
IdentityDomains. searchSelfRegistrationProfiles(SearchSelfRegistrationProfilesRequest request)
Search for self-registration profile using POST.SearchSelfRegistrationProfilesResponse
IdentityDomainsClient. searchSelfRegistrationProfiles(SearchSelfRegistrationProfilesRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type SearchSelfRegistrationProfilesResponse 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)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type SearchSelfRegistrationProfilesResponse 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 SearchSelfRegistrationProfilesResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return SearchSelfRegistrationProfilesResponse Modifier and Type Method Description SearchSelfRegistrationProfilesResponse
SearchSelfRegistrationProfilesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type SearchSelfRegistrationProfilesResponse Modifier and Type Method Description SearchSelfRegistrationProfilesResponse.Builder
SearchSelfRegistrationProfilesResponse.Builder. copy(SearchSelfRegistrationProfilesResponse o)
Copy method to populate the builder with values from the given instance.
-