Uses of Class
com.oracle.bmc.delegateaccesscontrol.model.ServiceProviderServiceType
-
Packages that use ServiceProviderServiceType Package Description com.oracle.bmc.delegateaccesscontrol.model com.oracle.bmc.delegateaccesscontrol.requests -
-
Uses of ServiceProviderServiceType in com.oracle.bmc.delegateaccesscontrol.model
Methods in com.oracle.bmc.delegateaccesscontrol.model that return ServiceProviderServiceType Modifier and Type Method Description static ServiceProviderServiceTypeServiceProviderServiceType. create(String key)ServiceProviderServiceTypeCreateDelegationSubscriptionDetails. getSubscribedServiceType()Subscribed Service Provider Service Type.ServiceProviderServiceTypeDelegationSubscription. getSubscribedServiceType()Subscribed Service Provider Service Type.ServiceProviderServiceTypeDelegationSubscriptionSummary. getSubscribedServiceType()Subscribed Service Provider Service Type.static ServiceProviderServiceTypeServiceProviderServiceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceProviderServiceType[]ServiceProviderServiceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.delegateaccesscontrol.model that return types with arguments of type ServiceProviderServiceType Modifier and Type Method Description List<ServiceProviderServiceType>DelegatedResourceAccessRequest. getProvidedServiceTypes()List of Service Provider Service Types being provided by the support operator user.List<ServiceProviderServiceType>ServiceProviderAction. getServiceProviderServiceTypes()List of Service Provider Service Types that this Service Provider Action is applicable to.List<ServiceProviderServiceType>ServiceProviderActionSummary. getServiceProviderServiceTypes()List of Service Provider Service Types that this Service Provider Action is applicable to.List<ServiceProviderServiceType>ServiceProvider. getServiceTypes()Types of services offered by this provider.List<ServiceProviderServiceType>ServiceProviderSummary. getServiceTypes()Types of services offered by this provider.Methods in com.oracle.bmc.delegateaccesscontrol.model with parameters of type ServiceProviderServiceType Modifier and Type Method Description CreateDelegationSubscriptionDetails.BuilderCreateDelegationSubscriptionDetails.Builder. subscribedServiceType(ServiceProviderServiceType subscribedServiceType)Subscribed Service Provider Service Type.DelegationSubscription.BuilderDelegationSubscription.Builder. subscribedServiceType(ServiceProviderServiceType subscribedServiceType)Subscribed Service Provider Service Type.DelegationSubscriptionSummary.BuilderDelegationSubscriptionSummary.Builder. subscribedServiceType(ServiceProviderServiceType subscribedServiceType)Subscribed Service Provider Service Type.Method parameters in com.oracle.bmc.delegateaccesscontrol.model with type arguments of type ServiceProviderServiceType Modifier and Type Method Description DelegatedResourceAccessRequest.BuilderDelegatedResourceAccessRequest.Builder. providedServiceTypes(List<ServiceProviderServiceType> providedServiceTypes)List of Service Provider Service Types being provided by the support operator user.ServiceProviderAction.BuilderServiceProviderAction.Builder. serviceProviderServiceTypes(List<ServiceProviderServiceType> serviceProviderServiceTypes)List of Service Provider Service Types that this Service Provider Action is applicable to.ServiceProviderActionSummary.BuilderServiceProviderActionSummary.Builder. serviceProviderServiceTypes(List<ServiceProviderServiceType> serviceProviderServiceTypes)List of Service Provider Service Types that this Service Provider Action is applicable to.ServiceProvider.BuilderServiceProvider.Builder. serviceTypes(List<ServiceProviderServiceType> serviceTypes)Types of services offered by this provider.ServiceProviderSummary.BuilderServiceProviderSummary.Builder. serviceTypes(List<ServiceProviderServiceType> serviceTypes)Types of services offered by this provider.Constructors in com.oracle.bmc.delegateaccesscontrol.model with parameters of type ServiceProviderServiceType Constructor Description CreateDelegationSubscriptionDetails(String compartmentId, String serviceProviderId, String description, ServiceProviderServiceType subscribedServiceType, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.DelegationSubscription(String id, String compartmentId, String displayName, String serviceProviderId, String description, ServiceProviderServiceType subscribedServiceType, DelegationSubscription.LifecycleState lifecycleState, String lifecycleStateDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.DelegationSubscriptionSummary(String id, String compartmentId, String displayName, String serviceProviderId, ServiceProviderServiceType subscribedServiceType, DelegationSubscription.LifecycleState lifecycleState, String lifecycleStateDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of ServiceProviderServiceType in com.oracle.bmc.delegateaccesscontrol.requests
Methods in com.oracle.bmc.delegateaccesscontrol.requests that return types with arguments of type ServiceProviderServiceType Modifier and Type Method Description List<ServiceProviderServiceType>ListServiceProviderActionsRequest. getServiceProviderServiceType()A filter to return only resources that match the given Service Provider service type.Methods in com.oracle.bmc.delegateaccesscontrol.requests with parameters of type ServiceProviderServiceType Modifier and Type Method Description ListServiceProviderActionsRequest.BuilderListServiceProviderActionsRequest.Builder. serviceProviderServiceType(ServiceProviderServiceType singularValue)Singular setter.Method parameters in com.oracle.bmc.delegateaccesscontrol.requests with type arguments of type ServiceProviderServiceType Modifier and Type Method Description ListServiceProviderActionsRequest.BuilderListServiceProviderActionsRequest.Builder. serviceProviderServiceType(List<ServiceProviderServiceType> serviceProviderServiceType)A filter to return only resources that match the given Service Provider service type.
-