Uses of Class
com.oracle.bmc.fusionapps.model.ServiceAttachment.ServiceInstanceType
-
Packages that use ServiceAttachment.ServiceInstanceType Package Description com.oracle.bmc.fusionapps.model com.oracle.bmc.fusionapps.requests -
-
Uses of ServiceAttachment.ServiceInstanceType in com.oracle.bmc.fusionapps.model
Methods in com.oracle.bmc.fusionapps.model that return ServiceAttachment.ServiceInstanceType Modifier and Type Method Description static ServiceAttachment.ServiceInstanceTypeServiceAttachment.ServiceInstanceType. create(String key)ServiceAttachment.ServiceInstanceTypeCreateServiceAttachmentDetails. getServiceInstanceType()Type of the ServiceInstance being attached.ServiceAttachment.ServiceInstanceTypeServiceAttachment. getServiceInstanceType()Type of the serviceInstance.ServiceAttachment.ServiceInstanceTypeServiceAttachmentSummary. getServiceInstanceType()Type of the service.ServiceAttachment.ServiceInstanceTypeVerifyServiceAttachmentDetails. getServiceInstanceType()Type of the ServiceInstance being attached.static ServiceAttachment.ServiceInstanceTypeServiceAttachment.ServiceInstanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceAttachment.ServiceInstanceType[]ServiceAttachment.ServiceInstanceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fusionapps.model with parameters of type ServiceAttachment.ServiceInstanceType Modifier and Type Method Description CreateServiceAttachmentDetails.BuilderCreateServiceAttachmentDetails.Builder. serviceInstanceType(ServiceAttachment.ServiceInstanceType serviceInstanceType)Type of the ServiceInstance being attached.ServiceAttachment.BuilderServiceAttachment.Builder. serviceInstanceType(ServiceAttachment.ServiceInstanceType serviceInstanceType)Type of the serviceInstance.ServiceAttachmentSummary.BuilderServiceAttachmentSummary.Builder. serviceInstanceType(ServiceAttachment.ServiceInstanceType serviceInstanceType)Type of the service.VerifyServiceAttachmentDetails.BuilderVerifyServiceAttachmentDetails.Builder. serviceInstanceType(ServiceAttachment.ServiceInstanceType serviceInstanceType)Type of the ServiceInstance being attached.Constructors in com.oracle.bmc.fusionapps.model with parameters of type ServiceAttachment.ServiceInstanceType Constructor Description CreateServiceAttachmentDetails(ServiceAttachment.ServiceInstanceType serviceInstanceType, String serviceInstanceId)Deprecated.ServiceAttachment(String id, String compartmentId, String serviceInstanceId, String displayName, ServiceAttachment.ServiceInstanceType serviceInstanceType, String serviceUrl, Date timeCreated, Date timeUpdated, ServiceAttachment.LifecycleState lifecycleState, Boolean isSkuBased, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.ServiceAttachmentSummary(String id, String displayName, ServiceAttachment.ServiceInstanceType serviceInstanceType, String serviceInstanceId, String serviceUrl, Date timeCreated, Date timeUpdated, ServiceAttachment.LifecycleState lifecycleState, String lifecycleDetails, Boolean isSkuBased, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.VerifyServiceAttachmentDetails(ServiceAttachment.ServiceInstanceType serviceInstanceType, String serviceInstanceId)Deprecated. -
Uses of ServiceAttachment.ServiceInstanceType in com.oracle.bmc.fusionapps.requests
Methods in com.oracle.bmc.fusionapps.requests that return ServiceAttachment.ServiceInstanceType Modifier and Type Method Description ServiceAttachment.ServiceInstanceTypeListServiceAttachmentsRequest. getServiceInstanceType()A filter that returns all resources that match the specified lifecycle state.Methods in com.oracle.bmc.fusionapps.requests with parameters of type ServiceAttachment.ServiceInstanceType Modifier and Type Method Description ListServiceAttachmentsRequest.BuilderListServiceAttachmentsRequest.Builder. serviceInstanceType(ServiceAttachment.ServiceInstanceType serviceInstanceType)A filter that returns all resources that match the specified lifecycle state.
-