Uses of Interface
software.amazon.awssdk.services.tnb.model.UpdateSolFunctionPackageRequest.Builder
-
Packages that use UpdateSolFunctionPackageRequest.Builder Package Description software.amazon.awssdk.services.tnb Amazon Web Services Telco Network Builder (TNB) is a network automation service that helps you deploy and manage telecom networks.software.amazon.awssdk.services.tnb.model -
-
Uses of UpdateSolFunctionPackageRequest.Builder in software.amazon.awssdk.services.tnb
Method parameters in software.amazon.awssdk.services.tnb with type arguments of type UpdateSolFunctionPackageRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateSolFunctionPackageResponse>TnbAsyncClient. updateSolFunctionPackage(Consumer<UpdateSolFunctionPackageRequest.Builder> updateSolFunctionPackageRequest)Updates the operational state of function package.default UpdateSolFunctionPackageResponseTnbClient. updateSolFunctionPackage(Consumer<UpdateSolFunctionPackageRequest.Builder> updateSolFunctionPackageRequest)Updates the operational state of function package. -
Uses of UpdateSolFunctionPackageRequest.Builder in software.amazon.awssdk.services.tnb.model
Methods in software.amazon.awssdk.services.tnb.model that return UpdateSolFunctionPackageRequest.Builder Modifier and Type Method Description static UpdateSolFunctionPackageRequest.BuilderUpdateSolFunctionPackageRequest. builder()UpdateSolFunctionPackageRequest.BuilderUpdateSolFunctionPackageRequest.Builder. operationalState(String operationalState)Operational state of the function package.UpdateSolFunctionPackageRequest.BuilderUpdateSolFunctionPackageRequest.Builder. operationalState(OperationalState operationalState)Operational state of the function package.UpdateSolFunctionPackageRequest.BuilderUpdateSolFunctionPackageRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSolFunctionPackageRequest.BuilderUpdateSolFunctionPackageRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateSolFunctionPackageRequest.BuilderUpdateSolFunctionPackageRequest. toBuilder()UpdateSolFunctionPackageRequest.BuilderUpdateSolFunctionPackageRequest.Builder. vnfPkgId(String vnfPkgId)ID of the function package.Methods in software.amazon.awssdk.services.tnb.model that return types with arguments of type UpdateSolFunctionPackageRequest.Builder Modifier and Type Method Description static Class<? extends UpdateSolFunctionPackageRequest.Builder>UpdateSolFunctionPackageRequest. serializableBuilderClass()
-