Uses of Class
software.amazon.awssdk.services.tnb.model.GetSolNetworkOperationTaskDetails
-
Packages that use GetSolNetworkOperationTaskDetails Package Description software.amazon.awssdk.services.tnb.model -
-
Uses of GetSolNetworkOperationTaskDetails in software.amazon.awssdk.services.tnb.model
Methods in software.amazon.awssdk.services.tnb.model that return types with arguments of type GetSolNetworkOperationTaskDetails Modifier and Type Method Description List<GetSolNetworkOperationTaskDetails>GetSolNetworkOperationResponse. tasks()All tasks associated with this operation occurrence.Methods in software.amazon.awssdk.services.tnb.model with parameters of type GetSolNetworkOperationTaskDetails Modifier and Type Method Description GetSolNetworkOperationResponse.BuilderGetSolNetworkOperationResponse.Builder. tasks(GetSolNetworkOperationTaskDetails... tasks)All tasks associated with this operation occurrence.Method parameters in software.amazon.awssdk.services.tnb.model with type arguments of type GetSolNetworkOperationTaskDetails Modifier and Type Method Description GetSolNetworkOperationResponse.BuilderGetSolNetworkOperationResponse.Builder. tasks(Collection<GetSolNetworkOperationTaskDetails> tasks)All tasks associated with this operation occurrence.
-