Uses of Class
com.oracle.bmc.osmanagementhub.model.CreateProfileDetails
-
Packages that use CreateProfileDetails Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of CreateProfileDetails in com.oracle.bmc.osmanagementhub.model
Subclasses of CreateProfileDetails in com.oracle.bmc.osmanagementhub.model Modifier and Type Class Description class
CreateGroupProfileDetails
Provides the information used to create a group registration profile.class
CreateLifecycleProfileDetails
Provides the information used to create a lifecycle environment registration profile.class
CreateSoftwareSourceProfileDetails
Provides the information used to create the software source registration profile.class
CreateStationProfileDetails
Provides the information used to create the management station profile.class
CreateWindowsStandAloneProfileDetails
Provides the information used to create a Windows standalone registration profile. -
Uses of CreateProfileDetails in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return CreateProfileDetails Modifier and Type Method Description CreateProfileDetails
CreateProfileRequest. getBody$()
Alternative accessor for the body parameter.CreateProfileDetails
CreateProfileRequest. getCreateProfileDetails()
Provides the information used to create the registration profile.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type CreateProfileDetails Modifier and Type Method Description CreateProfileRequest.Builder
CreateProfileRequest.Builder. body$(CreateProfileDetails body)
Alternative setter for the body parameter.CreateProfileRequest.Builder
CreateProfileRequest.Builder. createProfileDetails(CreateProfileDetails createProfileDetails)
Provides the information used to create the registration profile.
-