Uses of Class
com.oracle.bmc.osmanagementhub.requests.CreateEntitlementRequest
-
Packages that use CreateEntitlementRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of CreateEntitlementRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type CreateEntitlementRequest Modifier and Type Method Description CreateEntitlementResponse
SoftwareSource. createEntitlement(CreateEntitlementRequest request)
Registers the necessary entitlement credentials for OS vendor software sources for a tenancy.Future<CreateEntitlementResponse>
SoftwareSourceAsync. createEntitlement(CreateEntitlementRequest request, AsyncHandler<CreateEntitlementRequest,CreateEntitlementResponse> handler)
Registers the necessary entitlement credentials for OS vendor software sources for a tenancy.Future<CreateEntitlementResponse>
SoftwareSourceAsyncClient. createEntitlement(CreateEntitlementRequest request, AsyncHandler<CreateEntitlementRequest,CreateEntitlementResponse> handler)
CreateEntitlementResponse
SoftwareSourceClient. createEntitlement(CreateEntitlementRequest request)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type CreateEntitlementRequest Modifier and Type Method Description Future<CreateEntitlementResponse>
SoftwareSourceAsync. createEntitlement(CreateEntitlementRequest request, AsyncHandler<CreateEntitlementRequest,CreateEntitlementResponse> handler)
Registers the necessary entitlement credentials for OS vendor software sources for a tenancy.Future<CreateEntitlementResponse>
SoftwareSourceAsyncClient. createEntitlement(CreateEntitlementRequest request, AsyncHandler<CreateEntitlementRequest,CreateEntitlementResponse> handler)
-
Uses of CreateEntitlementRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return CreateEntitlementRequest Modifier and Type Method Description CreateEntitlementRequest
CreateEntitlementRequest.Builder. build()
Build the instance of CreateEntitlementRequest as configured by this builderCreateEntitlementRequest
CreateEntitlementRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateEntitlementRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type CreateEntitlementRequest Modifier and Type Method Description CreateEntitlementRequest.Builder
CreateEntitlementRequest.Builder. copy(CreateEntitlementRequest o)
Copy method to populate the builder with values from the given instance.
-