@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.640Z") @Stability(value=Experimental) public class InitService extends InitElement
| Modifier | Constructor and Description |
|---|---|
protected |
InitService(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
InitService(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static InitService |
disable(String serviceName)
(experimental) Disable and stop the given service.
|
static InitService |
enable(String serviceName)
(experimental) Enable and start the given service, optionally restarting it.
|
static InitService |
enable(String serviceName,
InitServiceOptions options)
(experimental) Enable and start the given service, optionally restarting it.
|
String |
getElementType()
(experimental) Returns the init element type for this element.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected InitService(software.amazon.jsii.JsiiObjectRef objRef)
protected InitService(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) @NotNull public static InitService disable(@NotNull String serviceName)
serviceName - This parameter is required.@Stability(value=Experimental) @NotNull public static InitService enable(@NotNull String serviceName, @Nullable InitServiceOptions options)
serviceName - This parameter is required.options - @Stability(value=Experimental) @NotNull public static InitService enable(@NotNull String serviceName)
serviceName - This parameter is required.@Stability(value=Experimental) @NotNull public String getElementType()
getElementType in class InitElementCopyright © 2021. All rights reserved.