Uses of Class
software.amazon.awssdk.services.migrationhubrefactorspaces.model.ErrorResponse
-
Packages that use ErrorResponse Package Description software.amazon.awssdk.services.migrationhubrefactorspaces.model -
-
Uses of ErrorResponse in software.amazon.awssdk.services.migrationhubrefactorspaces.model
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return ErrorResponse Modifier and Type Method Description ErrorResponseApplicationSummary. error()Any error associated with the application resource.ErrorResponseEnvironmentSummary. error()Any error associated with the environment resource.ErrorResponseGetApplicationResponse. error()Any error associated with the application resource.ErrorResponseGetEnvironmentResponse. error()Any error associated with the environment resource.ErrorResponseGetRouteResponse. error()Any error associated with the route resource.ErrorResponseGetServiceResponse. error()Any error associated with the service resource.ErrorResponseRouteSummary. error()Any error associated with the route resource.ErrorResponseServiceSummary. error()Any error associated with the service resource.Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model with parameters of type ErrorResponse Modifier and Type Method Description ApplicationSummary.BuilderApplicationSummary.Builder. error(ErrorResponse error)Any error associated with the application resource.EnvironmentSummary.BuilderEnvironmentSummary.Builder. error(ErrorResponse error)Any error associated with the environment resource.GetApplicationResponse.BuilderGetApplicationResponse.Builder. error(ErrorResponse error)Any error associated with the application resource.GetEnvironmentResponse.BuilderGetEnvironmentResponse.Builder. error(ErrorResponse error)Any error associated with the environment resource.GetRouteResponse.BuilderGetRouteResponse.Builder. error(ErrorResponse error)Any error associated with the route resource.GetServiceResponse.BuilderGetServiceResponse.Builder. error(ErrorResponse error)Any error associated with the service resource.RouteSummary.BuilderRouteSummary.Builder. error(ErrorResponse error)Any error associated with the route resource.ServiceSummary.BuilderServiceSummary.Builder. error(ErrorResponse error)Any error associated with the service resource.
-